TaskStepUpdateContent 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. Please note this is the abstract base class. The derived classes available for instantiation are: DockerBuildStepUpdateContent, FileTaskStepUpdateContent, and EncodedTaskStepUpdateContent.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ContainerRegistry.Tasks.Models.UnknownTaskStepUpdateContent))]
public abstract class TaskStepUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.TaskStepUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Tasks.Models.TaskStepUpdateContent>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.ContainerRegistry.Tasks.Models.UnknownTaskStepUpdateContent))>]
type TaskStepUpdateContent = class
interface IJsonModel<TaskStepUpdateContent>
interface IPersistableModel<TaskStepUpdateContent>
Public MustInherit Class TaskStepUpdateContent
Implements IJsonModel(Of TaskStepUpdateContent), IPersistableModel(Of TaskStepUpdateContent)
- Inheritance
-
TaskStepUpdateContent
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| 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. |