ExistingProtectionProfile Constructors
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
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.