Virtual Machine Public IPAddress Dns Settings Configuration Args
data class VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs(val domainNameLabel: Output<String>, val domainNameLabelScope: Output<Either<String, DomainNameLabelScopeTypes>>? = null) : ConvertibleToJava<VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs>
Describes a virtual machines network configuration's DNS settings.
Constructors
Link copied to clipboard
constructor(domainNameLabel: Output<String>, domainNameLabelScope: Output<Either<String, DomainNameLabelScopeTypes>>? = null)
Properties
Link copied to clipboard
The Domain name label prefix of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the domain name label and vm network profile unique ID.
Link copied to clipboard
The Domain name label scope of the PublicIPAddress resources that will be created. The generated name label is the concatenation of the hashed domain name label with policy according to the domain name label scope and vm network profile unique ID.