Share via


NetworkProfile.NetworkInterfaceConfigurations Property

Definition

Gets or sets specifies the networking configurations that will be used to create the virtual machine networking resources.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to