Share via


ISingleServerFullResourceNames.VirtualMachineNetworkInterface 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(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.Api20231001Preview.INetworkInterfaceResourceNames) }, ReadOnly=false, Required=false, SerializedName="networkInterfaces")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.INetworkInterfaceResourceNames[] VirtualMachineNetworkInterface { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(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.Api20231001Preview.INetworkInterfaceResourceNames) }, ReadOnly=false, Required=false, SerializedName="networkInterfaces")>]
member this.VirtualMachineNetworkInterface : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.INetworkInterfaceResourceNames[] with get, set
Public Property VirtualMachineNetworkInterface As INetworkInterfaceResourceNames()

Property Value

Attributes

Applies to