ResourceExtensionConfigurationStatus Class

 

The status information of the settings passed to 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.ResourceExtensionConfigurationStatus

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ResourceExtensionConfigurationStatus()

Initializes a new instance of the ResourceExtensionConfigurationStatus class.

Properties

Name Description
System_CAPS_pubproperty Code

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

System_CAPS_pubproperty ConfigurationAppliedTime

Optional. UTC time at which the configuration was applied.

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. Name of the settings passed to the Resource Extension.

System_CAPS_pubproperty Operation

Optional. Operation executed by the Resource Extension for the settings passed to it.

System_CAPS_pubproperty Status

Optional. The status of the resourse extension, containing values like Transitioning, Error, Success, or Warning.

System_CAPS_pubproperty SubStatusList

Optional. List of substatus objects which contain additional status information reported by the Resource Extension.

System_CAPS_pubproperty Timestamp

Optional. UTC time at which the status was reported.

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