Uses of Class
com.azure.resourcemanager.network.models.CustomDnsConfigPropertiesFormat
-
Packages that use CustomDnsConfigPropertiesFormat 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 CustomDnsConfigPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type CustomDnsConfigPropertiesFormat Modifier and Type Method Description List<CustomDnsConfigPropertiesFormat>PrivateEndpointInner. customDnsConfigs()Get the customDnsConfigs property: An array of custom dns configurations.List<CustomDnsConfigPropertiesFormat>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 CustomDnsConfigPropertiesFormat Modifier and Type Method Description PrivateEndpointInnerPrivateEndpointInner. withCustomDnsConfigs(List<CustomDnsConfigPropertiesFormat> customDnsConfigs)Set the customDnsConfigs property: An array of custom dns configurations.PrivateEndpointPropertiesInnerPrivateEndpointPropertiesInner. withCustomDnsConfigs(List<CustomDnsConfigPropertiesFormat> customDnsConfigs)Set the customDnsConfigs property: An array of custom dns configurations. -
Uses of CustomDnsConfigPropertiesFormat in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return CustomDnsConfigPropertiesFormat Modifier and Type Method Description CustomDnsConfigPropertiesFormatCustomDnsConfigPropertiesFormat. withFqdn(String fqdn)Set the fqdn property: Fqdn that resolves to private endpoint ip address.CustomDnsConfigPropertiesFormatCustomDnsConfigPropertiesFormat. 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 CustomDnsConfigPropertiesFormat Modifier and Type Method Description List<CustomDnsConfigPropertiesFormat>PrivateEndpoint. customDnsConfigurations()
-