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()
Gets the subnet the application gateway is in. |
abstract String |
networkId()
Gets the resource ID of the virtual network the application gateway is in. |
abstract String |
subnetName()
Gets the name of the subnet the application gateway is in. |
Method Details
getSubnet
public abstract Subnet getSubnet()
Gets the subnet the application gateway is in.
Returns:
Note, this results in a separate call to Azure.
networkId
public abstract String networkId()
Gets the resource ID of the virtual network the application gateway is in.
Returns:
subnetName
public abstract String subnetName()
Gets the name of the subnet the application gateway is in.
Returns:
Applies to
Azure SDK for Java