Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskRunListResult
Packages that use TaskRunListResult
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TaskRunListResult in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TaskRunListResultModifier and TypeMethodDescriptionstatic TaskRunListResultTaskRunListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TaskRunListResult from the JsonReader.TaskRunListResult.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next set of paged results.TaskRunListResult.withValue(List<TaskRunInner> value) Set the value property: The collection value.