Uses of Class
com.azure.resourcemanager.containerregistry.models.PrivateEndpointConnectionListResult
Packages that use PrivateEndpointConnectionListResult
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of PrivateEndpointConnectionListResult in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type PrivateEndpointConnectionListResultModifier and TypeClassDescriptionfinal classThe result of a request to list private endpoint connections for a container registry.Methods in com.azure.resourcemanager.containerregistry.models that return PrivateEndpointConnectionListResultModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionListResult from the JsonReader.PrivateEndpointConnectionListResult.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next list of private endpoint connections.PrivateEndpointConnectionListResult.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: The list of private endpoint connections.