Compartir a través de


VirtualMachineScaleSetUpdateNetworkConfiguration.IpConfigurations Propiedad

Definición

Obtiene o establece la configuración de IP del conjunto de escalado de máquinas virtuales.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration> IpConfigurations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipConfigurations")>]
member this.IpConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetUpdateIPConfiguration> with get, set
Public Property IpConfigurations As IList(Of VirtualMachineScaleSetUpdateIPConfiguration)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a