Share via


PSRecoveryServicesClient.GetAzureRmSiteRecoveryvCenter(String, String) Method

Definition

Gets Azure Site Recovery vCenter server.

public Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenter GetAzureRmSiteRecoveryvCenter (string fabricId, string vCenterName);
member this.GetAzureRmSiteRecoveryvCenter : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenter
Public Function GetAzureRmSiteRecoveryvCenter (fabricId As String, vCenterName As String) As VCenter

Parameters

fabricId
String

Fabric ID.

vCenterName
String

vCenter name.

Returns

vCenter response.

Applies to