Class TopLevelDomainProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.TopLevelDomainProperties
TopLevelDomain resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of TopLevelDomainProperties class. -
Method Summary
Modifier and TypeMethodDescriptionprivacy()Get the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.voidvalidate()Validates the instance.withPrivacy(Boolean privacy) Set the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.
-
Constructor Details
-
TopLevelDomainProperties
public TopLevelDomainProperties()Creates an instance of TopLevelDomainProperties class.
-
-
Method Details
-
privacy
Get the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.- Returns:
- the privacy value.
-
withPrivacy
Set the privacy property: If <code>true</code>, then the top level domain supports domain privacy; otherwise, <code>false</code>.- Parameters:
privacy- the privacy value to set.- Returns:
- the TopLevelDomainProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-