IResourceInstanceViewStatus Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ResourceInstanceViewStatusTypeConverter))]
public interface IResourceInstanceViewStatus : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ResourceInstanceViewStatusTypeConverter))>]
type IResourceInstanceViewStatus = interface
interface IJsonSerializable
Public Interface IResourceInstanceViewStatus
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Code |
The status code. |
DisplayStatus |
The short localizable label for the status. |
Level |
The level code. |
Message |
The detailed status message, including for alerts and error messages. |
Time |
The time of the status. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |