Aracılığıyla paylaş


RecoveryPlan Constructors

Definition

Overloads

RecoveryPlan()

Initializes a new instance of the RecoveryPlan class.

RecoveryPlan(String, String, String, String, RecoveryPlanProperties)

Initializes a new instance of the RecoveryPlan class.

RecoveryPlan()

Initializes a new instance of the RecoveryPlan class.

public RecoveryPlan ();
Public Sub New ()

Applies to

RecoveryPlan(String, String, String, String, RecoveryPlanProperties)

Initializes a new instance of the RecoveryPlan class.

public RecoveryPlan (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlan : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlan
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 RecoveryPlanProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource Name

type
String

Resource Type

location
String

Resource Location

properties
RecoveryPlanProperties

The custom details.

Applies to