ITriggerProperties 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.ImageBuilder.Models.TriggerPropertiesTypeConverter))]
public interface ITriggerProperties : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.TriggerPropertiesTypeConverter))>]
type ITriggerProperties = interface
interface IJsonSerializable
Public Interface ITriggerProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Kind |
The kind of trigger. |
| ProvisioningState |
Provisioning state of the resource |
| StatusCode |
The status code. |
| StatusMessage |
The detailed status message, including for alerts and error messages. |
| StatusTime |
The time of the status. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |