Uses of Class
com.microsoft.azure.management.containerregistry.TaskStepUpdateParameters
Packages that use TaskStepUpdateParameters
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of TaskStepUpdateParameters in com.microsoft.azure.management.containerregistry
Subclasses of TaskStepUpdateParameters in com.microsoft.azure.management.containerregistryModifier and TypeClassDescriptionclass
The properties for updating a docker build step.class
The properties for updating encoded task step.class
The properties of updating a task step.Methods in com.microsoft.azure.management.containerregistry that return TaskStepUpdateParametersModifier and TypeMethodDescriptionTaskUpdateParameters.step()
Get the properties for updating a task step.TaskStepUpdateParameters.withContextPath
(String contextPath) Set the URL(absolute or relative) of the source context for the task step.Methods in com.microsoft.azure.management.containerregistry with parameters of type TaskStepUpdateParametersModifier and TypeMethodDescriptionTaskUpdateParameters.withStep
(TaskStepUpdateParameters step) Set the properties for updating a task step.