Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskStepUpdateParameters
-
Packages that use TaskStepUpdateParameters Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 TaskStepUpdateParameters Modifier and Type Method Description TaskStepUpdateParametersTaskPropertiesUpdateParameters. step()Get the step property: The properties for updating a task step.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TaskStepUpdateParameters Modifier and Type Method Description TaskPropertiesUpdateParametersTaskPropertiesUpdateParameters. withStep(TaskStepUpdateParameters step)Set the step property: The properties for updating a task step. -
Uses of TaskStepUpdateParameters in com.azure.resourcemanager.containerregistry.models
Subclasses of TaskStepUpdateParameters in com.azure.resourcemanager.containerregistry.models Modifier and Type Class Description classDockerBuildStepUpdateParametersThe properties for updating a docker build step.classEncodedTaskStepUpdateParametersThe properties for updating encoded task step.classFileTaskStepUpdateParametersThe properties of updating a task step.Methods in com.azure.resourcemanager.containerregistry.models that return TaskStepUpdateParameters Modifier and Type Method Description TaskStepUpdateParametersTaskUpdateParameters. step()Get the step property: The properties for updating a task step.TaskStepUpdateParametersTaskStepUpdateParameters. 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.TaskStepUpdateParametersTaskStepUpdateParameters. 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 TaskStepUpdateParameters Modifier and Type Method Description TaskUpdateParametersTaskUpdateParameters. withStep(TaskStepUpdateParameters step)Set the step property: The properties for updating a task step.
-