Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskRunListResult
-
Packages that use TaskRunListResult Package Description com.azure.resourcemanager.containerregistry.models 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 TaskRunListResult Modifier and Type Method Description TaskRunListResultTaskRunListResult. withNextLink(String nextLink)Set the nextLink property: The URI that can be used to request the next set of paged results.TaskRunListResultTaskRunListResult. withValue(List<TaskRunInner> value)Set the value property: The collection value.
-