ProtectableItemProperties Constructors

Definition

Overloads

ProtectableItemProperties()

Initializes a new instance of the ProtectableItemProperties class.

ProtectableItemProperties(String, String, String, String, IList<String>, IList<String>, ConfigurationSettings)

Initializes a new instance of the ProtectableItemProperties class.

ProtectableItemProperties()

Initializes a new instance of the ProtectableItemProperties class.

public ProtectableItemProperties ();
Public Sub New ()

Applies to

ProtectableItemProperties(String, String, String, String, IList<String>, IList<String>, ConfigurationSettings)

Initializes a new instance of the ProtectableItemProperties class.

public ProtectableItemProperties (string friendlyName = default, string protectionStatus = default, string replicationProtectedItemId = default, string recoveryServicesProviderId = default, System.Collections.Generic.IList<string> protectionReadinessErrors = default, System.Collections.Generic.IList<string> supportedReplicationProviders = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ConfigurationSettings customDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectableItemProperties : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ConfigurationSettings -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectableItemProperties
Public Sub New (Optional friendlyName As String = Nothing, Optional protectionStatus As String = Nothing, Optional replicationProtectedItemId As String = Nothing, Optional recoveryServicesProviderId As String = Nothing, Optional protectionReadinessErrors As IList(Of String) = Nothing, Optional supportedReplicationProviders As IList(Of String) = Nothing, Optional customDetails As ConfigurationSettings = Nothing)

Parameters

friendlyName
String

The name.

protectionStatus
String

The protection status.

replicationProtectedItemId
String

The ARM resource of protected items.

recoveryServicesProviderId
String

The recovery provider ARM Id.

protectionReadinessErrors
IList<String>

The Current protection readiness errors.

supportedReplicationProviders
IList<String>

The list of replication providers supported for the protectable item.

customDetails
ConfigurationSettings

The Replication provider custom settings.

Applies to