Share via


VMwareMachine Constructors

Definition

Overloads

VMwareMachine()

Initializes a new instance of the VMwareMachine class.

VMwareMachine(String, String, String, VMwareMachineProperties)

Initializes a new instance of the VMwareMachine class.

VMwareMachine()

Initializes a new instance of the VMwareMachine class.

public VMwareMachine ();
Public Sub New ()

Applies to

VMwareMachine(String, String, String, VMwareMachineProperties)

Initializes a new instance of the VMwareMachine class.

public VMwareMachine (string id = default, string name = default, string type = default, Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareMachineProperties properties = default);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareMachine : string * string * string * Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareMachineProperties -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareMachine
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As VMwareMachineProperties = Nothing)

Parameters

id
String

Discovered machine ARM Id.

name
String

Discovered machine Name.

type
String

Resource type.

properties
VMwareMachineProperties

Discovered machine properties.

Applies to