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

IWithLeafDomainLabel.WithLeafDomainLabel(String) 方法

定义

指定要与此公共 IP 地址关联的叶域标签。 (FQDN) 的完全限定域名将自动构造,方法是将域的其余部分追加到此标签中。

public Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate WithLeafDomainLabel (string dnsName);
abstract member WithLeafDomainLabel : string -> Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Definition.IWithCreate
Public Function WithLeafDomainLabel (dnsName As String) As IWithCreate

参数

dnsName
String

要使用的叶域标签。 这必须遵循叶域名所需的命名约定。

返回

适用于