Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskUpdateParameters
-
Packages that use TaskUpdateParameters Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of TaskUpdateParameters in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type TaskUpdateParameters Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TaskInner>,TaskInner>TasksClient. beginUpdate(String resourceGroupName, String registryName, String taskName, TaskUpdateParameters taskUpdateParameters)Updates a task with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TaskInner>,TaskInner>TasksClient. beginUpdate(String resourceGroupName, String registryName, String taskName, TaskUpdateParameters taskUpdateParameters, com.azure.core.util.Context context)Updates a task with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TaskInner>,TaskInner>TasksClient. beginUpdateAsync(String resourceGroupName, String registryName, String taskName, TaskUpdateParameters taskUpdateParameters)Updates a task with the specified parameters.TaskInnerTasksClient. update(String resourceGroupName, String registryName, String taskName, TaskUpdateParameters taskUpdateParameters)Updates a task with the specified parameters.TaskInnerTasksClient. update(String resourceGroupName, String registryName, String taskName, TaskUpdateParameters taskUpdateParameters, com.azure.core.util.Context context)Updates a task with the specified parameters.Mono<TaskInner>TasksClient. updateAsync(String resourceGroupName, String registryName, String taskName, TaskUpdateParameters taskUpdateParameters)Updates a task with the specified parameters.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>TasksClient. updateWithResponseAsync(String resourceGroupName, String registryName, String taskName, TaskUpdateParameters taskUpdateParameters)Updates a task with the specified parameters. -
Uses of TaskUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TaskUpdateParameters Modifier and Type Method Description TaskUpdateParametersTaskUpdateParameters. withAgentConfiguration(AgentProperties agentConfiguration)Set the agentConfiguration property: The machine configuration of the run agent.TaskUpdateParametersTaskUpdateParameters. withAgentPoolName(String agentPoolName)Set the agentPoolName property: The dedicated agent pool for the task.TaskUpdateParametersTaskUpdateParameters. withCredentials(Credentials credentials)Set the credentials property: The parameters that describes a set of credentials that will be used when this run is invoked.TaskUpdateParametersTaskUpdateParameters. withIdentity(IdentityProperties identity)Set the identity property: Identity for the resource.TaskUpdateParametersTaskUpdateParameters. withLogTemplate(String logTemplate)Set the logTemplate property: The template that describes the repository and tag information for run log artifact.TaskUpdateParametersTaskUpdateParameters. withPlatform(PlatformUpdateParameters platform)Set the platform property: The platform properties against which the run has to happen.TaskUpdateParametersTaskUpdateParameters. withStatus(TaskStatus status)Set the status property: The current status of task.TaskUpdateParametersTaskUpdateParameters. withStep(TaskStepUpdateParameters step)Set the step property: The properties for updating a task step.TaskUpdateParametersTaskUpdateParameters. withTags(Map<String,String> tags)Set the tags property: The ARM resource tags.TaskUpdateParametersTaskUpdateParameters. withTimeout(Integer timeout)Set the timeout property: Run timeout in seconds.TaskUpdateParametersTaskUpdateParameters. withTrigger(TriggerUpdateParameters trigger)Set the trigger property: The properties for updating trigger properties.
-