Uses of Class
com.azure.resourcemanager.compute.models.PrivateEndpointConnectionListResult
Packages that use PrivateEndpointConnectionListResult
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of PrivateEndpointConnectionListResult in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type PrivateEndpointConnectionListResultModifier and TypeClassDescriptionfinal classA list of private link resources.Methods in com.azure.resourcemanager.compute.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 link to the next page of items.PrivateEndpointConnectionListResult.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: The PrivateEndpointConnection items on this page.