ApplicationGatewayFrontend Interface
Implements
HasPrivateIPAddress
HasPublicIPAddress
ChildResource<ApplicationGateway>
HasSubnet
HasInner<ApplicationGatewayFrontendIPConfiguration>
public interface ApplicationGatewayFrontend
extends HasInner<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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java