Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskRunRequest
Packages that use TaskRunRequest
Package
Description
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 TaskRunRequestModifier and TypeMethodDescriptionstatic TaskRunRequestTaskRunRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TaskRunRequest from the JsonReader.TaskRunRequest.withAgentPoolName(String agentPoolName) Set the agentPoolName property: The dedicated agent pool for the run.TaskRunRequest.withIsArchiveEnabled(Boolean isArchiveEnabled) Set the isArchiveEnabled property: The value that indicates whether archiving is enabled for the run or not.TaskRunRequest.withLogTemplate(String logTemplate) Set the logTemplate property: The template that describes the repository and tag information for run log artifact.TaskRunRequest.withOverrideTaskStepProperties(OverrideTaskStepProperties overrideTaskStepProperties) Set the overrideTaskStepProperties property: Set of overridable parameters that can be passed when running a Task.TaskRunRequest.withTaskId(String taskId) Set the taskId property: The resource ID of task against which run has to be queued.