Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskStepProperties
Packages that use TaskStepProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
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 TaskStepPropertiesModifier and TypeMethodDescriptionTaskInner.step()Get the step property: The properties of a task step.TaskProperties.step()Get the step property: The properties of a task step.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TaskStepPropertiesModifier and TypeMethodDescriptionTaskInner.withStep(TaskStepProperties step) Set the step property: The properties of a task step.TaskProperties.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.modelsModifier and TypeClassDescriptionfinal classThe Docker build step.final classThe properties of a encoded task step.final classThe properties of a task step.Methods in com.azure.resourcemanager.containerregistry.models that return TaskStepPropertiesModifier and TypeMethodDescriptionstatic TaskStepPropertiesTaskStepProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TaskStepProperties from the JsonReader.TaskStepProperties.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.TaskStepProperties.withContextPath(String contextPath) Set the contextPath property: The URL(absolute or relative) of the source context for the task step.