ITriggerProperties Interface

Definition

[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)

Applies to