VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse

data class VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettingsResponse(val domainNameLabel: String, val domainNameLabelScope: String? = null)

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

Constructors

constructor(domainNameLabel: String, domainNameLabelScope: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created