IResourceStatus 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.ConnectedVMware.Models.ResourceStatusTypeConverter))]
public interface IResourceStatus : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ResourceStatusTypeConverter))>]
type IResourceStatus = interface
interface IJsonSerializable
Public Interface IResourceStatus
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
LastUpdatedAt |
The last update time for this condition. |
Message |
A human readable message indicating details about the status. |
Reason |
The reason for the condition's status. |
Severity |
Severity with which to treat failures of this type of condition. |
Status |
Status of the condition. |
Type |
The type of the condition. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |