Freigeben über


IVirtualMachineInstance.NetworkProfileNetworkInterface Property

Definition

NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance

[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkInterfaces", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem> NetworkProfileNetworkInterface { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=true, Description="NetworkInterfaces - list of network interfaces to be attached to the virtual machine instance", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkInterfaces", Update=true)>]
member this.NetworkProfileNetworkInterface : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem> with get, set
Public Property NetworkProfileNetworkInterface As List(Of IVirtualMachineInstancePropertiesNetworkProfileNetworkInterfacesItem)

Property Value

Attributes

Applies to