TaskStepUpdateParameters 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 updating any task step.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskStepUpdateParametersTypeConverter))]
public class TaskStepUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskStepUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.TaskStepUpdateParametersTypeConverter))>]
type TaskStepUpdateParameters = class
interface ITaskStepUpdateParameters
interface IJsonSerializable
Public Class TaskStepUpdateParameters
Implements ITaskStepUpdateParameters
- Inheritance
-
TaskStepUpdateParameters
- Attributes
- Implements
Constructors
TaskStepUpdateParameters() |
Creates an new TaskStepUpdateParameters instance. |
Properties
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 TaskStepUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TaskStepUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskStepUpdateParameters. Note: the Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskStepUpdateParameters 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 TaskStepUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TaskStepUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |