Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings in com.microsoft.azure.management.compute
Modifier 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.Modifier 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 .