Uses of Class
com.azure.resourcemanager.containerregistry.models.TaskListResult
-
Packages that use TaskListResult Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of TaskListResult in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TaskListResult Modifier and Type Method Description TaskListResultTaskListResult. withNextLink(String nextLink)Set the nextLink property: The URI that can be used to request the next set of paged results.TaskListResultTaskListResult. withValue(List<TaskInner> value)Set the value property: The collection value.
-