Delen via


PSRecoveryServicesClient.UpdateAzureRmSiteRecoveryvCenter Method

Definition

Update the vCenter server.

public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation UpdateAzureRmSiteRecoveryvCenter (string fabricName, string vCenterName, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateVCenterRequest input);
member this.UpdateAzureRmSiteRecoveryvCenter : string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateVCenterRequest -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function UpdateAzureRmSiteRecoveryvCenter (fabricName As String, vCenterName As String, input As UpdateVCenterRequest) As PSSiteRecoveryLongRunningOperation

Parameters

fabricName
String

Fabric ID.

vCenterName
String

vCenter Name.

input
UpdateVCenterRequest

Update vCenter input.

Returns

Job operation response

Applies to