AppServiceDomain.DefinitionStages.WithDomainPrivacy Interface
public static interface AppServiceDomain.DefinitionStages.WithDomainPrivacy
A domain definition allowing domain privacy to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDomainPrivacyEnabled(boolean domainPrivacy)
Specifies if the registrant contact information is exposed publicly. |
Method Details
withDomainPrivacyEnabled
public abstract AppServiceDomain.DefinitionStages.WithCreate 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java