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