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
ResourceExtensionSubStatus()

Initializes a new instance of the ResourceExtensionSubStatus class.

Properties

Name Description
Code

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

FormattedMessage

Optional. This object encapsulates a formatted localized status message.

Message

Optional. This object encapsulates a localized status message.

Name

Optional. A name for the substatus.

Status

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

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