Interface ApplicationGatewayIpConfiguration

All Superinterfaces:
ChildResource<ApplicationGateway>, HasInnerModel<ApplicationGatewayIpConfigurationInner>, HasName, HasParent<ApplicationGateway>, Indexable

public interface ApplicationGatewayIpConfiguration extends HasInnerModel<ApplicationGatewayIpConfigurationInner>, ChildResource<ApplicationGateway>
A client-side representation of an application gateway IP configuration.
  • Method Details

    • networkId

      String networkId()
      Gets the resource ID of the virtual network the application gateway is in.
      Returns:
      the resource ID of the virtual network the application gateway is in
    • subnetName

      String subnetName()
      Gets the name of the subnet the application gateway is in.
      Returns:
      the name of the subnet the application gateway is in
    • getSubnet

      Subnet getSubnet()
      Gets the subnet the application gateway is in.
      Returns:
      the subnet the application gateway is in

      Note, this results in a separate call to Azure.