Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskUpdateParameters
Packages that use TaskUpdateParameters
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
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 TaskUpdateParametersModifier and TypeMethodDescriptioncom.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.TasksClient.update(String resourceGroupName, String registryName, String taskName, TaskUpdateParameters taskUpdateParameters) Updates a task with the specified parameters.TasksClient.update(String resourceGroupName, String registryName, String taskName, TaskUpdateParameters taskUpdateParameters, com.azure.core.util.Context context) Updates a task with the specified parameters.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 TaskUpdateParametersModifier and TypeMethodDescriptionstatic TaskUpdateParametersTaskUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TaskUpdateParameters from the JsonReader.TaskUpdateParameters.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.TaskUpdateParameters.withAgentPoolName(String agentPoolName) Set the agentPoolName property: The dedicated agent pool for the task.TaskUpdateParameters.withCredentials(Credentials credentials) Set the credentials property: The parameters that describes a set of credentials that will be used when this run is invoked.TaskUpdateParameters.withIdentity(IdentityProperties identity) Set the identity property: Identity for the resource.TaskUpdateParameters.withLogTemplate(String logTemplate) Set the logTemplate property: The template that describes the repository and tag information for run log artifact.TaskUpdateParameters.withPlatform(PlatformUpdateParameters platform) Set the platform property: The platform properties against which the run has to happen.TaskUpdateParameters.withStatus(TaskStatus status) Set the status property: The current status of task.TaskUpdateParameters.withStep(TaskStepUpdateParameters step) Set the step property: The properties for updating a task step.Set the tags property: The ARM resource tags.TaskUpdateParameters.withTimeout(Integer timeout) Set the timeout property: Run timeout in seconds.TaskUpdateParameters.withTrigger(TriggerUpdateParameters trigger) Set the trigger property: The properties for updating trigger properties.