Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetNetworkConfigurationDnsSettings
-
Packages that use VirtualMachineScaleSetNetworkConfigurationDnsSettings 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 VirtualMachineScaleSetNetworkConfigurationDnsSettings in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetNetworkConfigurationDnsSettings Modifier and Type Method Description VirtualMachineScaleSetNetworkConfigurationDnsSettingsVirtualMachineScaleSetNetworkConfigurationProperties. dnsSettings()Get the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetNetworkConfigurationDnsSettingsVirtualMachineScaleSetUpdateNetworkConfigurationProperties. 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 VirtualMachineScaleSetNetworkConfigurationDnsSettings Modifier and Type Method Description VirtualMachineScaleSetNetworkConfigurationPropertiesVirtualMachineScaleSetNetworkConfigurationProperties. withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings)Set the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetUpdateNetworkConfigurationPropertiesVirtualMachineScaleSetUpdateNetworkConfigurationProperties. withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings)Set the dnsSettings property: The dns settings to be applied on the network interfaces. -
Uses of VirtualMachineScaleSetNetworkConfigurationDnsSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetNetworkConfigurationDnsSettings Modifier and Type Method Description VirtualMachineScaleSetNetworkConfigurationDnsSettingsVirtualMachineScaleSetNetworkConfiguration. dnsSettings()Get the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetNetworkConfigurationDnsSettingsVirtualMachineScaleSetUpdateNetworkConfiguration. dnsSettings()Get the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetNetworkConfigurationDnsSettingsVirtualMachineScaleSetNetworkConfigurationDnsSettings. 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 VirtualMachineScaleSetNetworkConfigurationDnsSettings Modifier and Type Method Description VirtualMachineScaleSetNetworkConfigurationVirtualMachineScaleSetNetworkConfiguration. withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings)Set the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetUpdateNetworkConfigurationVirtualMachineScaleSetUpdateNetworkConfiguration. withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings)Set the dnsSettings property: The dns settings to be applied on the network interfaces.
-