AppServiceDomain.UpdateStages.WithDomainPrivacy Interface
public static interface AppServiceDomain.UpdateStages.WithDomainPrivacy
A domain definition allowing domain privacy to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withDomainPrivacyEnabled(boolean domainPrivacy)
Specifies if the registrant contact information is exposed publicly. |
Method Details
withDomainPrivacyEnabled
public abstract AppServiceDomain.Update withDomainPrivacyEnabled(boolean domainPrivacy)
Specifies if the registrant contact information is exposed publicly. If domain privacy is turned on, the contact information will NOT be available publicly.
Parameters:
domainPrivacy
- true if domain privacy is turned on
Returns:
the next stage of domain definition
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java