ApplicationGatewayFrontend Interface
public interface ApplicationGatewayFrontend extends HasInner,ChildResource,HasPrivateIPAddress,HasSubnet,HasPublicIPAddress
A client-side representation of an application gateway frontend.
Method Summary
Modifier and Type | Method and Description |
---|---|
Subnet | getSubnet() |
boolean | isPrivate() |
boolean | isPublic() |
Inherited Members
HasPublicIPAddress.getPublicIPAddress()
HasInner<T>.inner()
Indexable.key()
HasName.name()
HasSubnet.networkId()
HasParent<ParentT>.parent()
HasPrivateIPAddress.privateIPAddress()
HasPrivateIPAddress.privateIPAllocationMethod()
HasPublicIPAddress.publicIPAddressId()
HasSubnet.subnetName()
Method Details
getSubnet
public Subnet getSubnet()
Returns:
the associated subnet
isPrivate
public boolean isPrivate()
Returns:
true is the frontend is accessible via an private IP address
isPublic
public boolean isPublic()
Returns:
true if the frontend is accessible via a public IP address, else false
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java