Uses of Class
com.azure.resourcemanager.network.models.EndpointServicesListResult
Packages that use EndpointServicesListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of EndpointServicesListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type EndpointServicesListResultModifier and TypeClassDescriptionfinal classResponse for the ListAvailableEndpointServices API service call.Methods in com.azure.resourcemanager.network.models that return EndpointServicesListResultModifier and TypeMethodDescriptionstatic EndpointServicesListResultEndpointServicesListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EndpointServicesListResult from the JsonReader.EndpointServicesListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.EndpointServicesListResult.withValue(List<EndpointServiceResultInner> value) Set the value property: List of available endpoint services in a region.