Package version:

Interface VirtualMachinePublicIPAddressDnsSettingsConfiguration

Describes a virtual machines network configuration's DNS settings.

interface VirtualMachinePublicIPAddressDnsSettingsConfiguration {
    domainNameLabel: string;
    domainNameLabelScope?: string;
}

Properties

domainNameLabel: 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.

domainNameLabelScope?: string

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.