Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.TaskRunPropertiesUpdateParameters
Packages that use TaskRunPropertiesUpdateParameters
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of TaskRunPropertiesUpdateParameters in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TaskRunPropertiesUpdateParametersModifier and TypeMethodDescriptionTaskRunPropertiesUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TaskRunPropertiesUpdateParameters from the JsonReader.TaskRunPropertiesUpdateParameters.withForceUpdateTag(String forceUpdateTag) Set the forceUpdateTag property: How the run should be forced to rerun even if the run request configuration has not changed.TaskRunPropertiesUpdateParameters.withRunRequest(RunRequest runRequest) Set the runRequest property: The request (parameters) for the new run.