VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs

data class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs(val domainNameLabel: Output<String>) : ConvertibleToJava<VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs>

Describes a virtual machines scale sets network configuration's DNS settings.

Constructors

constructor(domainNameLabel: Output<String>)

Properties

Link copied to clipboard
val domainNameLabel: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsArgs