你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachinePublicIPAddressDnsSettingsConfiguration Class

Describes a virtual machines network configuration's DNS settings.

All required parameters must be populated in order to send to server.

Constructor

VirtualMachinePublicIPAddressDnsSettingsConfiguration(*, domain_name_label: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
domain_name_label
str

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. Required.

Variables

Name Description
domain_name_label
str

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. Required.