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