Aracılığıyla paylaş


ExistingProtectionProfile Class

Definition

Existing storage account input.

[Newtonsoft.Json.JsonObject("Existing")]
public class ExistingProtectionProfile : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionProfileCustomDetails
[<Newtonsoft.Json.JsonObject("Existing")>]
type ExistingProtectionProfile = class
    inherit ProtectionProfileCustomDetails
Public Class ExistingProtectionProfile
Inherits ProtectionProfileCustomDetails
Inheritance
ExistingProtectionProfile
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ExistingProtectionProfile()

Initializes a new instance of the ExistingProtectionProfile class.

ExistingProtectionProfile(String)

Initializes a new instance of the ExistingProtectionProfile class.

Properties

ProtectionProfileId

Gets or sets the protection profile Arm Id. Throw error, if resource does not exists.

Methods

Validate()

Validate the object.

Applies to