VirtualNetworkLinkProperties interface

Represents the properties of a virtual network link.

Properties

metadata

Metadata attached to the virtual network link.

provisioningState

The current provisioning state of the virtual network link. This is a read-only property and any attempt to set this value will be ignored.

virtualNetwork

The reference to the virtual network. This cannot be changed after creation.

Property Details

metadata

Metadata attached to the virtual network link.

metadata?: Record<string, string>

Property Value

Record<string, string>

provisioningState

The current provisioning state of the virtual network link. This is a read-only property and any attempt to set this value will be ignored.

provisioningState?: string

Property Value

string

virtualNetwork

The reference to the virtual network. This cannot be changed after creation.

virtualNetwork: SubResource

Property Value