次の方法で共有


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 を指定すると、ドメインのプライバシーが有効になります。

戻り値

適用対象