Uses of Class
com.azure.resourcemanager.containerregistry.models.PrivateEndpointConnectionListResult
-
Packages that use PrivateEndpointConnectionListResult Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of PrivateEndpointConnectionListResult in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return PrivateEndpointConnectionListResult Modifier and Type Method Description PrivateEndpointConnectionListResultPrivateEndpointConnectionListResult. withNextLink(String nextLink)Set the nextLink property: The URI that can be used to request the next list of private endpoint connections.PrivateEndpointConnectionListResultPrivateEndpointConnectionListResult. withValue(List<PrivateEndpointConnectionInner> value)Set the value property: The list of private endpoint connections.
-