Freigeben über


UpdateVCenterRequest Constructors

Definition

Overloads

UpdateVCenterRequest()

Initializes a new instance of the UpdateVCenterRequest class.

UpdateVCenterRequest(UpdateVCenterRequestProperties)

Initializes a new instance of the UpdateVCenterRequest class.

UpdateVCenterRequest()

Initializes a new instance of the UpdateVCenterRequest class.

public UpdateVCenterRequest ();
Public Sub New ()

Applies to

UpdateVCenterRequest(UpdateVCenterRequestProperties)

Initializes a new instance of the UpdateVCenterRequest class.

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

Parameters

properties
UpdateVCenterRequestProperties

The update VCenter Request Properties.

Applies to