ResourceExtensionStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The status information of a specific Resource Extension.
public class ResourceExtensionStatus
type ResourceExtensionStatus = class
Public Class ResourceExtensionStatus
- Inheritance
-
ResourceExtensionStatus
Constructors
ResourceExtensionStatus() |
Initializes a new instance of the ResourceExtensionStatus class. |
Properties
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. |
Applies to
Azure SDK for .NET