Uses of Class
com.azure.resourcemanager.network.models.PrivateDnsZoneConfig
-
Packages that use PrivateDnsZoneConfig Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PrivateDnsZoneConfig in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type PrivateDnsZoneConfig Modifier and Type Method Description List<PrivateDnsZoneConfig>PrivateDnsZoneGroupInner. privateDnsZoneConfigs()Get the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.List<PrivateDnsZoneConfig>PrivateDnsZoneGroupPropertiesFormat. privateDnsZoneConfigs()Get the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type PrivateDnsZoneConfig Modifier and Type Method Description PrivateDnsZoneGroupInnerPrivateDnsZoneGroupInner. withPrivateDnsZoneConfigs(List<PrivateDnsZoneConfig> privateDnsZoneConfigs)Set the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group.PrivateDnsZoneGroupPropertiesFormatPrivateDnsZoneGroupPropertiesFormat. withPrivateDnsZoneConfigs(List<PrivateDnsZoneConfig> privateDnsZoneConfigs)Set the privateDnsZoneConfigs property: A collection of private dns zone configurations of the private dns zone group. -
Uses of PrivateDnsZoneConfig in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PrivateDnsZoneConfig Modifier and Type Method Description PrivateDnsZoneConfigPrivateDnsZoneConfig. withName(String name)Set the name property: Name of the resource that is unique within a resource group.PrivateDnsZoneConfigPrivateDnsZoneConfig. withPrivateDnsZoneId(String privateDnsZoneId)Set the privateDnsZoneId property: The resource id of the private dns zone.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PrivateDnsZoneConfig Modifier and Type Method Description List<PrivateDnsZoneConfig>PrivateDnsZoneGroup. privateDnsZoneConfigures()
-