Share via


ResourceStatus Class

Definition

The resource status information.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ResourceStatusTypeConverter))]
public class ResourceStatus : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourceStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ResourceStatusTypeConverter))>]
type ResourceStatus = class
    interface IResourceStatus
    interface IJsonSerializable
Public Class ResourceStatus
Implements IResourceStatus
Inheritance
ResourceStatus
Attributes
Implements

Constructors

ResourceStatus()

Creates an new ResourceStatus instance.

Properties

LastUpdatedAt

The last update time for this condition.

Message

A human readable message indicating details about the status.

Reason

The reason for the condition's status.

Severity

Severity with which to treat failures of this type of condition.

Status

Status of the condition.

Type

The type of the condition.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IResourceStatus.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to