ResourceExtensionSubStatus Class

 

A substatus object containing additional status information reported by the 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.ResourceExtensionSubStatus

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ResourceExtensionSubStatus()

Initializes a new instance of the ResourceExtensionSubStatus class.

Properties

Name Description
System_CAPS_pubproperty Code

Optional. Integer status code from the result of applying the substatus settings.

System_CAPS_pubproperty FormattedMessage

Optional. This object encapsulates a formatted localized status message.

System_CAPS_pubproperty Message

Optional. This object encapsulates a localized status message.

System_CAPS_pubproperty Name

Optional. A name for the substatus.

System_CAPS_pubproperty Status

Optional. The resource extension substatus, containing values like Transitioning, Error, Success, or Warning.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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