azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.managem...

28 строки
1.7 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.management.appservice.AppServiceDomain.UpdateStages.WithDomainPrivacy.withDomainPrivacyEnabled(boolean domainPrivacy)
name: withDomainPrivacyEnabled(boolean domainPrivacy)
nameWithType: AppServiceDomain.UpdateStages.WithDomainPrivacy.withDomainPrivacyEnabled(boolean domainPrivacy)
parameters:
- description: <p>true if domain privacy is turned on </p>
name: domainPrivacy
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the next stage of domain definition </p>
type: <xref href="com.microsoft.azure.management.appservice.AppServiceDomain.Update?alt=com.microsoft.azure.management.appservice.AppServiceDomain.Update&text=AppServiceDomain.Update" data-throw-if-not-resolved="False"/>
summary: >-
<p>Specifies if the registrant contact information is exposed publicly. If domain privacy is turned on, the contact information will NOT be available publicly.</p>
<p></p>
syntax: public Update withDomainPrivacyEnabled(boolean domainPrivacy)
uid: com.microsoft.azure.management.appservice.AppServiceDomain.UpdateStages.WithDomainPrivacy.withDomainPrivacyEnabled(boolean)
nameWithType: AppServiceDomain.UpdateStages.WithDomainPrivacy
syntax: public interface WithDomainPrivacy
type: interface
uid: com.microsoft.azure.management.appservice.AppServiceDomain.UpdateStages.WithDomainPrivacy
fullName: com.microsoft.azure.management.appservice.AppServiceDomain.UpdateStages.WithDomainPrivacy
name: AppServiceDomain.UpdateStages.WithDomainPrivacy
package: com.microsoft.azure.management.appservice
summary: <p>A domain definition allowing domain privacy to be set. </p>
metadata: {}