Share via


IVirtualMachineInstanceUpdate.NetworkProfileNetworkInterface Property

Definition

Gets or sets the list of network interfaces associated with the virtual machine.

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

Property Value

Attributes

Applies to