PipelineSourceTriggerProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineSourceTriggerPropertiesTypeConverter))]
public class PipelineSourceTriggerProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPipelineSourceTriggerProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.PipelineSourceTriggerPropertiesTypeConverter))>]
type PipelineSourceTriggerProperties = class
interface IPipelineSourceTriggerProperties
interface IJsonSerializable
Public Class PipelineSourceTriggerProperties
Implements IPipelineSourceTriggerProperties
- Inheritance
-
PipelineSourceTriggerProperties
- Attributes
- Implements
Constructors
PipelineSourceTriggerProperties() |
Creates an new PipelineSourceTriggerProperties instance. |
Properties
Status |
The current status of the source trigger. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PipelineSourceTriggerProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PipelineSourceTriggerProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IPipelineSourceTriggerProperties. |
FromJsonString(String) |
Creates a new instance of PipelineSourceTriggerProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PipelineSourceTriggerProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |