Interface ApplicationGatewayFrontend
- All Superinterfaces:
ChildResource<ApplicationGateway>
,HasInner<ApplicationGatewayFrontendIPConfiguration>
,HasName
,HasParent<ApplicationGateway>
,HasPrivateIPAddress
,HasPublicIPAddress
,HasSubnet
,Indexable
public interface ApplicationGatewayFrontend
extends HasInner<ApplicationGatewayFrontendIPConfiguration>, ChildResource<ApplicationGateway>, HasPrivateIPAddress, HasSubnet, HasPublicIPAddress
A client-side representation of an application gateway frontend.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of an application gateway frontend definition.static interface
Grouping of application gateway frontend definition stages.static interface
The entirety of an application gateway frontend update as part of an application gateway update.static interface
The entirety of an application gateway frontend definition as part of an application gateway update.static interface
Grouping of application gateway frontend definition stages applicable as part of an application gateway update.static interface
Grouping of application gateway frontend update stages. -
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
Methods inherited from interface com.microsoft.azure.management.network.model.HasPrivateIPAddress
privateIPAddress, privateIPAllocationMethod
Methods inherited from interface com.microsoft.azure.management.network.model.HasPublicIPAddress
getPublicIPAddress, publicIPAddressId
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasSubnet
networkId, subnetName
-
Method Details
-
isPublic
boolean isPublic()- Returns:
- true if the frontend is accessible via a public IP address, else false
-
isPrivate
boolean isPrivate()- Returns:
- true is the frontend is accessible via an private IP address
-
getSubnet
Subnet getSubnet()- Returns:
- the associated subnet
-