ApplicationGatewayIpConfiguration Interface
Implements
public interface ApplicationGatewayIpConfiguration
extends HasInnerModel<ApplicationGatewayIpConfigurationInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway IP configuration.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Subnet | getSubnet() |
abstract String | networkId() |
abstract String | subnetName() |
Method Details
getSubnet
public abstract Subnet getSubnet()
Returns:
the subnet the application gateway is in
Note, this results in a separate call to Azure.
networkId
public abstract String networkId()
Returns:
the resource ID of the virtual network the application gateway is in
subnetName
public abstract String subnetName()
Returns:
the name of the subnet the application gateway is in
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java