Interface VirtualNetworkGatewayIPConfiguration

All Superinterfaces:
ChildResource<VirtualNetworkGateway>, HasInner<com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner>, HasName, HasParent<VirtualNetworkGateway>, Indexable

@Beta(V1_3_0) public interface VirtualNetworkGatewayIPConfiguration extends HasInner<com.microsoft.azure.management.network.implementation.VirtualNetworkGatewayIPConfigurationInner>, ChildResource<VirtualNetworkGateway>
A client-side representation of an virtual network gateway IP configuration.
  • Method Details

    • networkId

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

      String publicIPAddressId()
      Returns:
      the resource id of associated public IP address
    • subnetName

      String subnetName()
      Returns:
      the name of the subnet the virtual network gateway is in
    • privateIPAllocationMethod

      IPAllocationMethod privateIPAllocationMethod()
      Returns:
      the private IP allocation method. Possible values are: 'Static' and 'Dynamic'.
    • getSubnet

      Subnet getSubnet()
      Returns:
      the subnet the virtual network gateway is in Note, this results in a separate call to Azure.