VirtualNetworkGatewayIpConfiguration Interface
Implements
public interface VirtualNetworkGatewayIpConfiguration
extends HasInnerModel<VirtualNetworkGatewayIpConfigurationInner>, ChildResource<VirtualNetworkGateway>
A client-side representation of an virtual network gateway IP configuration.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Subnet |
getSubnet()
Gets the subnet the virtual network gateway is in Note, this results in a separate call to Azure. |
abstract String |
networkId()
Gets the resource ID of the virtual network the application gateway is in. |
abstract
Ip |
privateIpAllocationMethod()
Gets the private IP allocation method. |
abstract String |
publicIpAddressId()
Gets the resource ID of associated public IP address. |
abstract String |
subnetName()
GEts the name of the subnet the virtual network gateway is in. |
Method Details
getSubnet
public abstract Subnet getSubnet()
Gets the subnet the virtual network gateway is in Note, this results in a separate call to Azure.
Returns:
networkId
public abstract String networkId()
Gets the resource ID of the virtual network the application gateway is in.
Returns:
privateIpAllocationMethod
public abstract IpAllocationMethod privateIpAllocationMethod()
Gets the private IP allocation method.
Returns:
publicIpAddressId
public abstract String publicIpAddressId()
Gets the resource ID of associated public IP address.
Returns:
subnetName
public abstract String subnetName()
GEts the name of the subnet the virtual network gateway is in.
Returns: