PSRecoveryServicesClient.GetAzureSiteRecoveryProvider 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.
Overloads
GetAzureSiteRecoveryProvider(String, String) |
Gets Azure Site Recovery Providers. |
GetAzureSiteRecoveryProvider(String) |
Gets Azure Site Recovery Providers. |
GetAzureSiteRecoveryProvider(String, String)
Gets Azure Site Recovery Providers.
public Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryServicesProvider GetAzureSiteRecoveryProvider (string fabricId, string providerId);
member this.GetAzureSiteRecoveryProvider : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryServicesProvider
Public Function GetAzureSiteRecoveryProvider (fabricId As String, providerId As String) As RecoveryServicesProvider
Parameters
- fabricId
- String
Fabric ID
- providerId
- String
Provider ID
Returns
Provider response
Applies to
GetAzureSiteRecoveryProvider(String)
Gets Azure Site Recovery Providers.
public System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryServicesProvider> GetAzureSiteRecoveryProvider (string fabricId);
member this.GetAzureSiteRecoveryProvider : string -> System.Collections.Generic.List<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryServicesProvider>
Public Function GetAzureSiteRecoveryProvider (fabricId As String) As List(Of RecoveryServicesProvider)
Parameters
- fabricId
- String
Fabric ID
Returns
Recovery Services Provider list response