public static interface AppServiceDomain.DefinitionStages.WithDomainPrivacy
| Modifier and Type | Method and Description |
|---|---|
AppServiceDomain.DefinitionStages.WithCreate |
withDomainPrivacyEnabled(boolean domainPrivacy)
Specifies if the registrant contact information is exposed publicly.
|
AppServiceDomain.DefinitionStages.WithCreate withDomainPrivacyEnabled(boolean domainPrivacy)
domainPrivacy - true if domain privacy is turned on/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/