PSRecoveryServicesClient.GetAzureRmSiteRecoveryvCenter(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.