VirtualNetworkConfiguration.Vnetid Property

Definition

Gets the virtual network ID. This is typically a GUID. Expect a null GUID by default.

[Newtonsoft.Json.JsonProperty(PropertyName="vnetid")]
public string Vnetid { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="vnetid")>]
member this.Vnetid : string
Public ReadOnly Property Vnetid As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to