Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineNetworkInterfaceDnsSettingsConfiguration
-
Packages that use VirtualMachineNetworkInterfaceDnsSettingsConfiguration Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 VirtualMachineNetworkInterfaceDnsSettingsConfiguration Modifier and Type Method Description VirtualMachineNetworkInterfaceDnsSettingsConfigurationVirtualMachineNetworkInterfaceConfigurationProperties. 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 VirtualMachineNetworkInterfaceDnsSettingsConfiguration Modifier and Type Method Description VirtualMachineNetworkInterfaceConfigurationPropertiesVirtualMachineNetworkInterfaceConfigurationProperties. 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 VirtualMachineNetworkInterfaceDnsSettingsConfiguration Modifier and Type Method Description VirtualMachineNetworkInterfaceDnsSettingsConfigurationVirtualMachineNetworkInterfaceConfiguration. dnsSettings()Get the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineNetworkInterfaceDnsSettingsConfigurationVirtualMachineNetworkInterfaceDnsSettingsConfiguration. 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 VirtualMachineNetworkInterfaceDnsSettingsConfiguration Modifier and Type Method Description VirtualMachineNetworkInterfaceConfigurationVirtualMachineNetworkInterfaceConfiguration. withDnsSettings(VirtualMachineNetworkInterfaceDnsSettingsConfiguration dnsSettings)Set the dnsSettings property: The dns settings to be applied on the network interfaces.
-