IWithDomainPrivacy.WithDomainPrivacyEnabled(Boolean) Method

Definition

Specifies if the registrant contact information is exposed publicly. If domain privacy is turned on, the contact information will NOT be available publicly.

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

Parameters

domainPrivacy
Boolean

True if domain privacy is turned on.

Returns

Applies to