다음을 통해 공유


VirtualMachineScaleSetNetworkProfile.NetworkInterfaceConfigurations Property

Definition

Gets or sets the list of network configurations.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to