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