Uses of Class
com.azure.resourcemanager.containerregistry.models.OperationListResult
Packages that use OperationListResult
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of OperationListResult in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return OperationListResultModifier and TypeMethodDescriptionstatic OperationListResultOperationListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationListResult from the JsonReader.OperationListResult.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next list of container registry operations.OperationListResult.withValue(List<OperationDefinitionInner> value) Set the value property: The list of container registry operations.