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