PSRecoveryServicesClient.ListAzureRmSiteRecoveryvCenter(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 all the vCenters in Fabric.
public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenter> ListAzureRmSiteRecoveryvCenter (string fabricId);
member this.ListAzureRmSiteRecoveryvCenter : string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VCenter>
Public Function ListAzureRmSiteRecoveryvCenter (fabricId As String) As List(Of VCenter)
Parameters
- fabricId
- String
Fabric ID.
Returns
vCenter list response.