Freigeben über


ReplicationProtectionIntent Constructors

Definition

Overloads

ReplicationProtectionIntent()

Initializes a new instance of the ReplicationProtectionIntent class.

ReplicationProtectionIntent(String, String, String, String, ReplicationProtectionIntentProperties)

Initializes a new instance of the ReplicationProtectionIntent class.

ReplicationProtectionIntent()

Initializes a new instance of the ReplicationProtectionIntent class.

public ReplicationProtectionIntent ();
Public Sub New ()

Applies to

ReplicationProtectionIntent(String, String, String, String, ReplicationProtectionIntentProperties)

Initializes a new instance of the ReplicationProtectionIntent class.

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

Parameters

id
String

Resource Id

name
String

Resource Name

type
String

Resource Type

location
String

Resource Location

properties
ReplicationProtectionIntentProperties

The custom data.

Applies to