ApplicationGatewayIPConfiguration Interface
Implements
ChildResource<ApplicationGateway>
HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner >
public interface ApplicationGatewayIPConfiguration
extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway IP configuration.
Modifier and Type | Method and Description |
---|---|
abstract Subnet |
get |
abstract java.lang.String |
network |
abstract java.lang.String |
subnet |
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