Aracılığıyla paylaş


ExistingProtectionProfile Constructors

Definition

Overloads

ExistingProtectionProfile()

Initializes a new instance of the ExistingProtectionProfile class.

ExistingProtectionProfile(String)

Initializes a new instance of the ExistingProtectionProfile class.

ExistingProtectionProfile()

Initializes a new instance of the ExistingProtectionProfile class.

public ExistingProtectionProfile ();
Public Sub New ()

Applies to

ExistingProtectionProfile(String)

Initializes a new instance of the ExistingProtectionProfile class.

public ExistingProtectionProfile (string protectionProfileId);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExistingProtectionProfile : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExistingProtectionProfile
Public Sub New (protectionProfileId As String)

Parameters

protectionProfileId
String

The protection profile Arm Id. Throw error, if resource does not exists.

Applies to