ReplicationProtectionIntentProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- creationTimeUtc
- String
The creation time in UTC.
- providerSpecificDetails
- ReplicationProtectionIntentProviderSpecificSettings
The Replication provider custom settings.