VirtualMachineScaleSetUpdateIPConfigurationInner.Primary Property

Definition

Gets or sets specifies the primary IP Configuration in case the network interface has more than one IP Configuration.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to