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

VirtualMachinePublicIPAddressDnsSettingsConfiguration 类

描述虚拟机网络配置的 DNS 设置。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.compute._serialization.Model
VirtualMachinePublicIPAddressDnsSettingsConfiguration

构造函数

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

Keyword-Only Parameters

domain_name_label
str

将创建的 PublicIPAddress 资源的域名标签前缀。 生成的名称标签是域名标签和 VM 网络配置文件唯一 ID 的串联。 必需。

变量

domain_name_label
str

将创建的 PublicIPAddress 资源的域名标签前缀。 生成的名称标签是域名标签和 VM 网络配置文件唯一 ID 的串联。 必需。