Class CustomDomainValidatePayload
java.lang.Object
com.azure.resourcemanager.appplatform.models.CustomDomainValidatePayload
Custom domain validate payload.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomDomainValidatePayload
public CustomDomainValidatePayload()
-
-
Method Details
-
name
Get the name property: Name to be validated.- Returns:
- the name value.
-
withName
Set the name property: Name to be validated.- Parameters:
name- the name value to set.- Returns:
- the CustomDomainValidatePayload object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-