TaskStepProperties 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.
Base properties for any task step.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskStepPropertiesTypeConverter))]
public class TaskStepProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskStepProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskStepPropertiesTypeConverter))>]
type TaskStepProperties = class
interface ITaskStepProperties
interface IJsonSerializable
Public Class TaskStepProperties
Implements ITaskStepProperties
- Inheritance
-
TaskStepProperties
- Attributes
- Implements
Constructors
TaskStepProperties() |
Creates an new TaskStepProperties instance. |
Properties
BaseImageDependency |
List of base image dependencies for a step. |
ContextAccessToken |
The token (git PAT or SAS token of storage account blob) associated with the context for a step. |
ContextPath |
The URL(absolute or relative) of the source context for the task step. |
Type |
The type of the step. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TaskStepProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TaskStepProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskStepProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskStepProperties interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload. |
FromJsonString(String) |
Creates a new instance of TaskStepProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TaskStepProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |