Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskRunRequest
-
Packages that use TaskRunRequest Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of TaskRunRequest in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TaskRunRequest Modifier and Type Method Description TaskRunRequestTaskRunRequest. withAgentPoolName(String agentPoolName)Set the agentPoolName property: The dedicated agent pool for the run.TaskRunRequestTaskRunRequest. withIsArchiveEnabled(Boolean isArchiveEnabled)Set the isArchiveEnabled property: The value that indicates whether archiving is enabled for the run or not.TaskRunRequestTaskRunRequest. withLogTemplate(String logTemplate)Set the logTemplate property: The template that describes the repository and tag information for run log artifact.TaskRunRequestTaskRunRequest. withOverrideTaskStepProperties(OverrideTaskStepProperties overrideTaskStepProperties)Set the overrideTaskStepProperties property: Set of overridable parameters that can be passed when running a Task.TaskRunRequestTaskRunRequest. withTaskId(String taskId)Set the taskId property: The resource ID of task against which run has to be queued.
-