Share via


ReplicationProtectionIntentProperties Constructors

Definition

Overloads

ReplicationProtectionIntentProperties()

Initializes a new instance of the ReplicationProtectionIntentProperties class.

ReplicationProtectionIntentProperties(String, String, String, Nullable<Boolean>, String, ReplicationProtectionIntentProviderSpecificSettings)

Initializes a new instance of the ReplicationProtectionIntentProperties class.

ReplicationProtectionIntentProperties()

Initializes a new instance of the ReplicationProtectionIntentProperties class.

public ReplicationProtectionIntentProperties ();
Public Sub New ()

Applies to

ReplicationProtectionIntentProperties(String, String, String, Nullable<Boolean>, String, ReplicationProtectionIntentProviderSpecificSettings)

Initializes a new instance of the ReplicationProtectionIntentProperties class.

public ReplicationProtectionIntentProperties (string friendlyName = default, string jobId = default, string jobState = default, bool? isActive = default, string creationTimeUtc = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectionIntentProviderSpecificSettings providerSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectionIntentProperties : string * string * string * Nullable<bool> * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectionIntentProviderSpecificSettings -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectionIntentProperties
Public Sub New (Optional friendlyName As String = Nothing, Optional jobId As String = Nothing, Optional jobState As String = Nothing, Optional isActive As Nullable(Of Boolean) = Nothing, Optional creationTimeUtc As String = Nothing, Optional providerSpecificDetails As ReplicationProtectionIntentProviderSpecificSettings = Nothing)

Parameters

friendlyName
String

The name.

jobId
String

The job Id.

jobState
String

The job state.

isActive
Nullable<Boolean>

A value indicating whether the intent object is active.

creationTimeUtc
String

The creation time in UTC.

providerSpecificDetails
ReplicationProtectionIntentProviderSpecificSettings

The Replication provider custom settings.

Applies to