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

IWithDomainPrivacy.WithDomainPrivacyEnabled(Boolean) 方法

定义

指定是否公开注册联系人信息。 如果启用了域隐私,则不会公开提供联系信息。

public Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IWithCreate WithDomainPrivacyEnabled (bool domainPrivacy);
abstract member WithDomainPrivacyEnabled : bool -> Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IWithCreate
Public Function WithDomainPrivacyEnabled (domainPrivacy As Boolean) As IWithCreate

参数

domainPrivacy
Boolean

如果启用域隐私,则为 True。

返回

适用于