IVMwareMachine.NetworkAdapter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Network adapters attached to the machine.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Network adapters attached to the machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter) }, ReadOnly=true, Required=false, SerializedName="networkAdapters")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[] NetworkAdapter { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Network adapters attached to the machine.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter) }, ReadOnly=true, Required=false, SerializedName="networkAdapters")>]
member this.NetworkAdapter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.IVMwareNetworkAdapter[]
Public ReadOnly Property NetworkAdapter As IVMwareNetworkAdapter()
Property Value
- Attributes