Freigeben über


RecoveryServicesProvider Constructors

Definition

Overloads

RecoveryServicesProvider()

Initializes a new instance of the RecoveryServicesProvider class.

RecoveryServicesProvider(String, String, String, String, RecoveryServicesProviderProperties)

Initializes a new instance of the RecoveryServicesProvider class.

RecoveryServicesProvider()

Initializes a new instance of the RecoveryServicesProvider class.

public RecoveryServicesProvider ();
Public Sub New ()

Applies to

RecoveryServicesProvider(String, String, String, String, RecoveryServicesProviderProperties)

Initializes a new instance of the RecoveryServicesProvider class.

public RecoveryServicesProvider (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryServicesProviderProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryServicesProvider : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryServicesProviderProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryServicesProvider
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional properties As RecoveryServicesProviderProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource Name

type
String

Resource Type

location
String

Resource Location

properties
RecoveryServicesProviderProperties

Provider properties.

Applies to