VirtualNetworkGatewayIPConfiguration Interface

public interface VirtualNetworkGatewayIPConfiguration extends HasInner,ChildResource

A client-side representation of an virtual network gateway IP configuration.

Method Summary

Modifier and Type Method and Description
Subnet getSubnet()
String networkId()
IPAllocationMethod privateIPAllocationMethod()
String publicIPAddressId()
String subnetName()

Inherited Members

Method Details

getSubnet

public Subnet getSubnet()

Returns:

the subnet the virtual network gateway is in Note, this results in a separate call to Azure.

networkId

public String networkId()

Returns:

the resource ID of the virtual network the application gateway is in

privateIPAllocationMethod

public IPAllocationMethod privateIPAllocationMethod()

Returns:

the private IP allocation method. Possible values are: 'Static' and 'Dynamic'.

publicIPAddressId

public String publicIPAddressId()

Returns:

the resource id of associated public IP address

subnetName

public String subnetName()

Returns:

the name of the subnet the virtual network gateway is in

Applies to