ResourceExtensionStatus Class

 

Optional. The status information of a specific Resource Extension.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.ResourceExtensionStatus

Syntax

public class ResourceExtensionStatus
public ref class ResourceExtensionStatus 
type ResourceExtensionStatus = class end
Public Class ResourceExtensionStatus

Constructors

Name Description
ResourceExtensionStatus()

Initializes a new instance of the ResourceExtensionStatus class.

Properties

Name Description
Code

Optional. Status code sent by the Resource Extension.

ExtensionSettingStatus

Optional. This object encapsulates the extension setting status for the Resource Extension.

FormattedMessage

Optional. This object encapsulates a formatted localized status message from the Resource Extension.

HandlerName

Optional. Name of the Resource Extension.

Message

Optional. This object encapsulates a localized status message from the Guest Agent.

Status

Optional. The resource extension status, which can be "Installing", "Ready", "NotReady", or "Unresponsive".

Version

Optional. Version of the Resource Extension.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top