Uses of Class
com.azure.resourcemanager.containerregistry.models.OverrideTaskStepProperties
Packages that use OverrideTaskStepProperties
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of OverrideTaskStepProperties in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return OverrideTaskStepPropertiesModifier and TypeMethodDescriptionstatic OverrideTaskStepPropertiesOverrideTaskStepProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OverrideTaskStepProperties from the JsonReader.TaskRunRequest.overrideTaskStepProperties()Get the overrideTaskStepProperties property: Set of overridable parameters that can be passed when running a Task.OverrideTaskStepProperties.withArguments(List<Argument> arguments) Set the arguments property: Gets or sets the collection of override arguments to be used when executing a build step.OverrideTaskStepProperties.withContextPath(String contextPath) Set the contextPath property: The source context against which run has to be queued.Set the file property: The file against which run has to be queued.OverrideTaskStepProperties.withTarget(String target) Set the target property: The name of the target build stage for the docker build.OverrideTaskStepProperties.withUpdateTriggerToken(String updateTriggerToken) Set the updateTriggerToken property: Base64 encoded update trigger token that will be attached with the base image trigger webhook.OverrideTaskStepProperties.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a Task.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type OverrideTaskStepPropertiesModifier and TypeMethodDescriptionTaskRunRequest.withOverrideTaskStepProperties(OverrideTaskStepProperties overrideTaskStepProperties) Set the overrideTaskStepProperties property: Set of overridable parameters that can be passed when running a Task.