VMwareMachineProperties.NetworkAdapters 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.
Gets or sets the list of network adapters attached to the virtual machine.
public System.Collections.Generic.IList<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareNetworkAdapter> NetworkAdapters { get; set; }
member this.NetworkAdapters : System.Collections.Generic.IList<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareNetworkAdapter> with get, set
Public Property NetworkAdapters As IList(Of VMwareNetworkAdapter)