Uses of Class
com.azure.resourcemanager.network.models.AutoApprovedPrivateLinkServicesResult
Packages that use AutoApprovedPrivateLinkServicesResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AutoApprovedPrivateLinkServicesResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AutoApprovedPrivateLinkServicesResultModifier and TypeClassDescriptionfinal classAn array of private link service id that can be linked to a private end point with auto approved.Methods in com.azure.resourcemanager.network.models that return AutoApprovedPrivateLinkServicesResultModifier and TypeMethodDescriptionAutoApprovedPrivateLinkServicesResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutoApprovedPrivateLinkServicesResult from the JsonReader.AutoApprovedPrivateLinkServicesResult.withValue(List<AutoApprovedPrivateLinkServiceInner> value) Set the value property: An array of auto approved private link service.