Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetNetworkConfigurationDnsSettings
Packages that use VirtualMachineScaleSetNetworkConfigurationDnsSettings
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 VirtualMachineScaleSetNetworkConfigurationDnsSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkConfigurationProperties.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetUpdateNetworkConfigurationProperties.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 VirtualMachineScaleSetNetworkConfigurationDnsSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkConfigurationProperties.withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetUpdateNetworkConfigurationProperties.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 VirtualMachineScaleSetNetworkConfigurationDnsSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkConfiguration.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetUpdateNetworkConfiguration.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetNetworkConfigurationDnsSettings.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 VirtualMachineScaleSetNetworkConfigurationDnsSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetNetworkConfiguration.withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the network interfaces.VirtualMachineScaleSetUpdateNetworkConfiguration.withDnsSettings(VirtualMachineScaleSetNetworkConfigurationDnsSettings dnsSettings) Set the dnsSettings property: The dns settings to be applied on the network interfaces.