ProtectedItemModelProperties Class
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.
Protected item model properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ProtectedItemModelPropertiesTypeConverter))]
public class ProtectedItemModelProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IProtectedItemModelProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.ProtectedItemModelPropertiesTypeConverter))>]
type ProtectedItemModelProperties = class
interface IProtectedItemModelProperties
interface IJsonSerializable
Public Class ProtectedItemModelProperties
Implements IProtectedItemModelProperties
- Inheritance
-
ProtectedItemModelProperties
- Attributes
- Implements
Constructors
ProtectedItemModelProperties() |
Creates an new ProtectedItemModelProperties instance. |
Properties
AllowedJob |
Gets or sets the allowed scenarios on the protected item. |
CorrelationId |
Gets or sets the protected item correlation Id. |
CurrentJob |
Protected item job properties. |
CustomProperty |
Protected item model custom properties. |
DraId |
Gets or sets the DRA Id. |
FabricId |
Gets or sets the fabric Id. |
FabricObjectId |
Gets or sets the fabric object Id. |
FabricObjectName |
Gets or sets the fabric object name. |
HealthError |
Gets or sets the list of health errors. |
LastFailedEnableProtectionJob |
Protected item job properties. |
LastFailedPlannedFailoverJob |
Protected item job properties. |
LastSuccessfulPlannedFailoverTime |
Gets or sets the Last successful planned failover time. |
LastSuccessfulTestFailoverTime |
Gets or sets the Last successful test failover time. |
LastSuccessfulUnplannedFailoverTime |
Gets or sets the Last successful unplanned failover time. |
LastTestFailoverJob |
Protected item job properties. |
PolicyName |
Gets or sets the policy name. |
ProtectionState |
Gets or sets the protection state. |
ProtectionStateDescription |
Gets or sets the protection state description. |
ProvisioningState |
Gets or sets the provisioning state of the Dra. |
ReplicationExtensionName |
Gets or sets the replication extension name. |
ReplicationHealth |
Gets or sets protected item replication health. |
ResynchronizationState |
Gets or sets the resynchronization state. |
ResyncRequired |
Gets or sets a value indicating whether resynchronization is required or not. |
SourceFabricProviderId |
Gets or sets the source fabric provider Id. |
TargetDraId |
Gets or sets the target DRA Id. |
TargetFabricId |
Gets or sets the target fabric Id. |
TargetFabricProviderId |
Gets or sets the target fabric provider Id. |
TestFailoverState |
Gets or sets the test failover state. |
TestFailoverStateDescription |
Gets or sets the Test failover state description. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProtectedItemModelProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProtectedItemModelProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IProtectedItemModelProperties. |
FromJsonString(String) |
Creates a new instance of ProtectedItemModelProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProtectedItemModelProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |