Condividi tramite


SourceImageTriggerProperties Class

Definition

Properties of SourceImage kind of trigger

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.SourceImageTriggerPropertiesTypeConverter))]
public class SourceImageTriggerProperties : Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ISourceImageTriggerProperties, Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.SourceImageTriggerPropertiesTypeConverter))>]
type SourceImageTriggerProperties = class
    interface ISourceImageTriggerProperties
    interface IJsonSerializable
    interface ITriggerProperties
    interface IValidates
Public Class SourceImageTriggerProperties
Implements ISourceImageTriggerProperties, IValidates
Inheritance
SourceImageTriggerProperties
Attributes
Implements

Constructors

Name Description
SourceImageTriggerProperties()

Creates an new SourceImageTriggerProperties instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SourceImageTriggerProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SourceImageTriggerProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImageBuilder.Models.ISourceImageTriggerProperties.

FromJsonString(String)

Creates a new instance of SourceImageTriggerProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SourceImageTriggerProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to