AddVCenterRequest Constructors

Definition

Overloads

AddVCenterRequest()

Initializes a new instance of the AddVCenterRequest class.

AddVCenterRequest(AddVCenterRequestProperties)

Initializes a new instance of the AddVCenterRequest class.

AddVCenterRequest()

Initializes a new instance of the AddVCenterRequest class.

public AddVCenterRequest ();
Public Sub New ()

Applies to

AddVCenterRequest(AddVCenterRequestProperties)

Initializes a new instance of the AddVCenterRequest class.

public AddVCenterRequest (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddVCenterRequestProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddVCenterRequest : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddVCenterRequestProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AddVCenterRequest
Public Sub New (Optional properties As AddVCenterRequestProperties = Nothing)

Parameters

properties
AddVCenterRequestProperties

The properties of an add vCenter request.

Applies to