VirtualMachinePublicIPAddressDnsSettingsConfigurationArgs

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

constructor(domainNameLabel: Output<String>, domainNameLabelScope: Output<Either<String, DomainNameLabelScopeTypes>>? = null)

Properties

Link copied to clipboard
val domainNameLabel: Output<String>

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.

Functions

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