Uses of Class
com.azure.resourcemanager.network.models.PrivateEndpointConnectionListResult
Packages that use PrivateEndpointConnectionListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PrivateEndpointConnectionListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type PrivateEndpointConnectionListResultModifier and TypeClassDescriptionfinal classResponse for the ListPrivateEndpointConnection API service call.Methods in com.azure.resourcemanager.network.models that return PrivateEndpointConnectionListResultModifier and TypeMethodDescriptionPrivateEndpointConnectionListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionListResult from the JsonReader.PrivateEndpointConnectionListResult.withValue(List<PrivateEndpointConnectionInner> value) Set the value property: A list of PrivateEndpointConnection resources for a specific private link service.