ExistingProtectionProfile(String) Constructor

Definition

Initializes a new instance of ExistingProtectionProfile.

public ExistingProtectionProfile (string protectionProfileId);
new Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExistingProtectionProfile : string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ExistingProtectionProfile
Public Sub New (protectionProfileId As String)

Parameters

protectionProfileId
String

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

Exceptions

protectionProfileId is null.

Applies to