Share via


VirtualNetworkGatewayIPConfigurationPropertiesFormatOutput interface

Properties of VirtualNetworkGatewayIPConfiguration.

Properties

privateIPAddress

Private IP Address for this gateway.

privateIPAllocationMethod

The private IP address allocation method.

provisioningState

The provisioning state of the virtual network gateway IP configuration resource.

publicIPAddress

The reference to the public IP resource.

subnet

The reference to the subnet resource.

Property Details

privateIPAddress

Private IP Address for this gateway.

privateIPAddress?: string

Property Value

string

privateIPAllocationMethod

The private IP address allocation method.

privateIPAllocationMethod?: "Static" | "Dynamic"

Property Value

"Static" | "Dynamic"

provisioningState

The provisioning state of the virtual network gateway IP configuration resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"

publicIPAddress

The reference to the public IP resource.

publicIPAddress?: SubResourceOutput

Property Value

subnet

The reference to the subnet resource.

subnet?: SubResourceOutput

Property Value