Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration
Packages that use VirtualMachineNetworkInterfaceDnsSettingsConfiguration
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineNetworkInterfaceDnsSettingsConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineNetworkInterfaceDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfigurationProperties.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the network interfaces.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineNetworkInterfaceDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfigurationProperties.withDnsSettings(VirtualMachineNetworkInterfaceDnsSettingsConfiguration dnsSettings) Set the dnsSettings property: The dns settings to be applied on the network interfaces. -
Uses of VirtualMachineNetworkInterfaceDnsSettingsConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineNetworkInterfaceDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfiguration.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineNetworkInterfaceDnsSettingsConfiguration.withDnsServers(List<String> dnsServers) Set the dnsServers property: List of DNS servers IP addresses.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineNetworkInterfaceDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachineNetworkInterfaceConfiguration.withDnsSettings(VirtualMachineNetworkInterfaceDnsSettingsConfiguration dnsSettings) Set the dnsSettings property: The dns settings to be applied on the network interfaces.