ExtensionsResourceStatus Class

Definition

Instance view status.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ExtensionsResourceStatusTypeConverter))]
public class ExtensionsResourceStatus : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ExtensionsResourceStatusTypeConverter))>]
type ExtensionsResourceStatus = class
    interface IExtensionsResourceStatus
    interface IJsonSerializable
Public Class ExtensionsResourceStatus
Implements IExtensionsResourceStatus
Inheritance
ExtensionsResourceStatus
Attributes
Implements

Constructors

ExtensionsResourceStatus()

Creates an new ExtensionsResourceStatus instance.

Properties

Code

The status code.

DisplayStatus

The short localizable label for the status.

Level

The level code.

Message

The detailed status message, including for alerts and error messages.

Time

The time of the status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExtensionsResourceStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExtensionsResourceStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IExtensionsResourceStatus.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExtensionsResourceStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to