Uses of Class
com.azure.resourcemanager.network.models.CustomDnsConfigPropertiesFormat
Packages that use CustomDnsConfigPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of CustomDnsConfigPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type CustomDnsConfigPropertiesFormatModifier and TypeMethodDescriptionPrivateEndpointInner.customDnsConfigs()Get the customDnsConfigs property: An array of custom dns configurations.PrivateEndpointPropertiesInner.customDnsConfigs()Get the customDnsConfigs property: An array of custom dns configurations.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type CustomDnsConfigPropertiesFormatModifier and TypeMethodDescriptionPrivateEndpointInner.withCustomDnsConfigs(List<CustomDnsConfigPropertiesFormat> customDnsConfigs) Set the customDnsConfigs property: An array of custom dns configurations.PrivateEndpointPropertiesInner.withCustomDnsConfigs(List<CustomDnsConfigPropertiesFormat> customDnsConfigs) Set the customDnsConfigs property: An array of custom dns configurations. -
Uses of CustomDnsConfigPropertiesFormat in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type CustomDnsConfigPropertiesFormatModifier and TypeClassDescriptionfinal classContains custom Dns resolution configuration from customer.Methods in com.azure.resourcemanager.network.models that return CustomDnsConfigPropertiesFormatModifier and TypeMethodDescriptionCustomDnsConfigPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomDnsConfigPropertiesFormat from the JsonReader.Set the fqdn property: Fqdn that resolves to private endpoint ip address.CustomDnsConfigPropertiesFormat.withIpAddresses(List<String> ipAddresses) Set the ipAddresses property: A list of private ip addresses of the private endpoint.Methods in com.azure.resourcemanager.network.models that return types with arguments of type CustomDnsConfigPropertiesFormatModifier and TypeMethodDescriptionPrivateEndpoint.customDnsConfigurations()Gets the collection of custom DNS configurations.