Udostępnij przez


IVirtualMachineResourceNames.NetworkInterface Property

Definition

The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine.

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Create=true, Description="The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.INetworkInterfaceResourceNames) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkInterfaces", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.INetworkInterfaceResourceNames> NetworkInterface { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Create=true, Description="The list of network interface name objects for the selected virtual machine. Currently, only one network interface is supported per virtual machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.INetworkInterfaceResourceNames) }, Read=true, ReadOnly=false, Required=false, SerializedName="networkInterfaces", Update=true)>]
member this.NetworkInterface : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.INetworkInterfaceResourceNames> with get, set
Public Property NetworkInterface As List(Of INetworkInterfaceResourceNames)

Property Value

Attributes

Applies to