Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualNetworkGatewayIPConfiguration

Package version

IP configuration for virtual network gateway

Hierarchy

Index

Properties

Optional etag

etag: undefined | string

A unique read-only string that changes whenever the resource is updated.

Optional id

id: undefined | string

Resource ID.

Optional name

name: undefined | string

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Optional privateIPAllocationMethod

privateIPAllocationMethod: IPAllocationMethod

The private IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic'

Optional provisioningState

provisioningState: undefined | string

The provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. NOTE: This property will not be serialized. It can only be populated by the server.

Optional publicIPAddress

publicIPAddress: SubResource

The reference of the public IP resource.

Optional subnet

subnet: SubResource

The reference of the subnet resource.

Generated using TypeDoc