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