Share via


NicIpConfigurationResourceSettings.Primary Property

Definition

Gets or sets a value indicating whether this IP configuration is the primary.

[Newtonsoft.Json.JsonProperty(PropertyName="primary")]
public bool? Primary { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="primary")>]
member this.Primary : Nullable<bool> with get, set
Public Property Primary As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to