VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings interface
Describes a virtual machines scale sets network configuration's DNS settings.
Properties
domain |
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 |
domain |
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 |
Property Details
domainNameLabel
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
domainNameLabel: string
Property Value
string
domainNameLabelScope
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
domainNameLabelScope?: string
Property Value
string
Azure SDK for JavaScript