TriggerStatus 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.
Describes the status of a trigger
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.TriggerStatusTypeConverter))]
public class TriggerStatus : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ITriggerStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.TriggerStatusTypeConverter))>]
type TriggerStatus = class
interface ITriggerStatus
interface IJsonSerializable
Public Class TriggerStatus
Implements ITriggerStatus
- Inheritance
-
TriggerStatus
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| TriggerStatus() |
Creates an new TriggerStatus instance. |
Properties
| Name | Description |
|---|---|
| Code |
The status code. |
| Message |
The detailed status message, including for alerts and error messages. |
| Time |
The time of the status. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TriggerStatus. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TriggerStatus. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ITriggerStatus. |
| FromJsonString(String) |
Creates a new instance of TriggerStatus, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of TriggerStatus into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |