Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskStepUpdateParameters
Packages that use TaskStepUpdateParameters
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TaskStepUpdateParameters in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TaskStepUpdateParametersModifier and TypeMethodDescriptionTaskPropertiesUpdateParameters.step()Get the step property: The properties for updating a task step.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TaskStepUpdateParametersModifier and TypeMethodDescriptionTaskPropertiesUpdateParameters.withStep(TaskStepUpdateParameters step) Set the step property: The properties for updating a task step. -
Uses of TaskStepUpdateParameters in com.azure.resourcemanager.containerregistry.models
Modifier and TypeClassDescriptionfinal classThe properties for updating a docker build step.final classThe properties for updating encoded task step.final classThe properties of updating a task step.Methods in com.azure.resourcemanager.containerregistry.models that return TaskStepUpdateParametersModifier and TypeMethodDescriptionstatic TaskStepUpdateParametersTaskStepUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TaskStepUpdateParameters from the JsonReader.TaskUpdateParameters.step()Get the step property: The properties for updating a task step.TaskStepUpdateParameters.withContextAccessToken(String contextAccessToken) Set the contextAccessToken property: The token (git PAT or SAS token of storage account blob) associated with the context for a step.TaskStepUpdateParameters.withContextPath(String contextPath) Set the contextPath property: The URL(absolute or relative) of the source context for the task step.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TaskStepUpdateParametersModifier and TypeMethodDescriptionTaskUpdateParameters.withStep(TaskStepUpdateParameters step) Set the step property: The properties for updating a task step.