Compartir a través de


ProtectionStatusDetails Class

Definition

Protection status details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.ProtectionStatusDetailsTypeConverter))]
public class ProtectionStatusDetails : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IProtectionStatusDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.ProtectionStatusDetailsTypeConverter))>]
type ProtectionStatusDetails = class
    interface IProtectionStatusDetails
    interface IJsonSerializable
Public Class ProtectionStatusDetails
Implements IProtectionStatusDetails
Inheritance
ProtectionStatusDetails
Attributes
Implements

Constructors

Name Description
ProtectionStatusDetails()

Creates an new ProtectionStatusDetails instance.

Properties

Name Description
ErrorDetail

Specifies the protection status error of the resource

Status

Specifies the protection status of the resource

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProtectionStatusDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProtectionStatusDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api202501.IProtectionStatusDetails.

FromJsonString(String)

Creates a new instance of ProtectionStatusDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProtectionStatusDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to