Uses of Class
com.azure.resourcemanager.network.models.PrivateEndpointListResult
Packages that use PrivateEndpointListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PrivateEndpointListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type PrivateEndpointListResultModifier and TypeClassDescriptionfinal classResponse for the ListPrivateEndpoints API service call.Methods in com.azure.resourcemanager.network.models that return PrivateEndpointListResultModifier and TypeMethodDescriptionstatic PrivateEndpointListResultPrivateEndpointListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointListResult from the JsonReader.PrivateEndpointListResult.withValue(List<PrivateEndpointInner> value) Set the value property: A list of private endpoint resources in a resource group.