Share via


VirtualMachineScaleSetUpdateIPConfiguration.PrivateIPAddressVersion Property

Definition

Available from Api-Version 2017-03-30 onwards, it represents whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values are: 'IPv4' and 'IPv6'.

public Azure.ResourceManager.Compute.Models.IPVersion? PrivateIPAddressVersion { get; set; }
member this.PrivateIPAddressVersion : Nullable<Azure.ResourceManager.Compute.Models.IPVersion> with get, set
Public Property PrivateIPAddressVersion As Nullable(Of IPVersion)

Property Value

Applies to