Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.TaskRunPropertiesUpdateParameters
-
Packages that use TaskRunPropertiesUpdateParameters Package Description com.azure.resourcemanager.containerregistry.fluent.models 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 TaskRunPropertiesUpdateParameters Modifier and Type Method Description TaskRunPropertiesUpdateParametersTaskRunPropertiesUpdateParameters. withForceUpdateTag(String forceUpdateTag)Set the forceUpdateTag property: How the run should be forced to rerun even if the run request configuration has not changed.TaskRunPropertiesUpdateParametersTaskRunPropertiesUpdateParameters. withRunRequest(RunRequest runRequest)Set the runRequest property: The request (parameters) for the new run.
-