Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
Packages that use VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIPAddressConfiguration.dnsSettings()
Get the dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.dnsSettings()
Get the dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings.withDomainNameLabel
(String domainNameLabel) Set the Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetPublicIPAddressConfiguration.withDnsSettings
(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings) Set the dns settings to be applied on the publicIP addresses .VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.withDnsSettings
(VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings dnsSettings) Set the dns settings to be applied on the publicIP addresses .