Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskRunUpdateParameters
Packages that use TaskRunUpdateParameters
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TaskRunUpdateParameters in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type TaskRunUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TaskRunInner>, TaskRunInner> TaskRunsClient.beginUpdate(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters) Updates a task run with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TaskRunInner>, TaskRunInner> TaskRunsClient.beginUpdate(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters, com.azure.core.util.Context context) Updates a task run with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TaskRunInner>, TaskRunInner> TaskRunsClient.beginUpdateAsync(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters) Updates a task run with the specified parameters.TaskRunsClient.update(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters) Updates a task run with the specified parameters.TaskRunsClient.update(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters, com.azure.core.util.Context context) Updates a task run with the specified parameters.TaskRunsClient.updateAsync(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters) Updates a task run with the specified parameters.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> TaskRunsClient.updateWithResponseAsync(String resourceGroupName, String registryName, String taskRunName, TaskRunUpdateParameters updateParameters) Updates a task run with the specified parameters. -
Uses of TaskRunUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TaskRunUpdateParametersModifier and TypeMethodDescriptionstatic TaskRunUpdateParametersTaskRunUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TaskRunUpdateParameters from the JsonReader.TaskRunUpdateParameters.withForceUpdateTag(String forceUpdateTag) Set the forceUpdateTag property: How the run should be forced to rerun even if the run request configuration has not changed.TaskRunUpdateParameters.withIdentity(IdentityProperties identity) Set the identity property: Identity for the resource.TaskRunUpdateParameters.withLocation(String location) Set the location property: The location of the resource.TaskRunUpdateParameters.withRunRequest(RunRequest runRequest) Set the runRequest property: The request (parameters) for the new run.Set the tags property: The ARM resource tags.