Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskStepProperties
-
Packages that use TaskStepProperties 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 TaskStepProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TaskStepProperties Modifier and Type Method Description TaskStepPropertiesTaskInner. step()Get the step property: The properties of a task step.TaskStepPropertiesTaskProperties. step()Get the step property: The properties of a task step.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TaskStepProperties Modifier and Type Method Description TaskInnerTaskInner. withStep(TaskStepProperties step)Set the step property: The properties of a task step.TaskPropertiesTaskProperties. withStep(TaskStepProperties step)Set the step property: The properties of a task step. -
Uses of TaskStepProperties in com.azure.resourcemanager.containerregistry.models
Subclasses of TaskStepProperties in com.azure.resourcemanager.containerregistry.models Modifier and Type Class Description classDockerTaskStepThe Docker build step.classEncodedTaskStepThe properties of a encoded task step.classFileTaskStepThe properties of a task step.Methods in com.azure.resourcemanager.containerregistry.models that return TaskStepProperties Modifier and Type Method Description TaskStepPropertiesTaskStepProperties. 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.TaskStepPropertiesTaskStepProperties. withContextPath(String contextPath)Set the contextPath property: The URL(absolute or relative) of the source context for the task step.
-