ExtensionStatus 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.
Status from the extension.
public class ExtensionStatus
type ExtensionStatus = class
Public Class ExtensionStatus
- Inheritance
-
ExtensionStatus
Constructors
ExtensionStatus() |
Initializes a new instance of the ExtensionStatus class. |
ExtensionStatus(String, String, String, String, String) |
Initializes a new instance of the ExtensionStatus class. |
Properties
Code |
Gets or sets status code provided by the Extension |
DisplayStatus |
Gets or sets short description of status of the extension. |
Level |
Gets or sets level of the status. Possible values include: 'Error', 'Warning', 'Information' |
Message |
Gets or sets detailed message of the status from the Extension. |
Time |
Gets or sets dateLiteral (per ISO8601) noting the time of installation status. |
Applies to
Azure SDK for .NET