ApplicationGatewayFrontend Interface
Implements
HasPrivateIpAddress
HasPublicIpAddress
ChildResource<ApplicationGateway>
HasSubnet
HasInnerModel<ApplicationGatewayFrontendIpConfiguration>
public interface ApplicationGatewayFrontend
extends HasInnerModel<ApplicationGatewayFrontendIpConfiguration>, ChildResource<ApplicationGateway>, HasPrivateIpAddress, HasSubnet, HasPublicIpAddress
A client-side representation of an application gateway frontend.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Subnet | getSubnet() |
abstract boolean | isPrivate() |
abstract boolean | isPublic() |
Method Details
getSubnet
public abstract Subnet getSubnet()
Returns:
the associated subnet
isPrivate
public abstract boolean isPrivate()
Returns:
true is the frontend is accessible via an private IP address
isPublic
public abstract boolean isPublic()
Returns:
true if the frontend is accessible via a public IP address, else false
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java