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