ResourceExtensionStatus Class
Optional. The status information of a specific Resource Extension.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
| Name | Description | |
|---|---|---|
![]() | ResourceExtensionStatus() | Initializes a new instance of the ResourceExtensionStatus class. |
| 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. |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


