AppServiceDomain.UpdateStages.WithDomainPrivacy Interface
public interface WithDomainPrivacy
A domain definition allowing domain privacy to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
App |
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. |
Method Details
withDomainPrivacyEnabled
public 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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java