CustomDomainValidationResult Class
- java.
lang. Object - com.
azure. resourcemanager. cdn. models. CustomDomainValidationResult
- com.
public class CustomDomainValidationResult
The validateEndpointCustomDomain(String endpointName, String hostName) action result.
Constructor Summary
Constructor | Description |
---|---|
CustomDomainValidationResult(ValidateCustomDomainOutputInner inner) |
Construct Custom |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
customDomainValidated()
Get the custom |
String |
message()
Get the message value. |
String |
reason()
Get the reason value. |
Methods inherited from java.lang.Object
Constructor Details
CustomDomainValidationResult
public CustomDomainValidationResult(ValidateCustomDomainOutputInner inner)
Construct CustomDomainValidationResult object from server response object.
Parameters:
Method Details
customDomainValidated
public boolean customDomainValidated()
Get the customDomainValidated value.
Returns:
message
public String message()
Get the message value.
Returns:
reason
public String reason()
Get the reason value.
Returns:
Applies to
Azure SDK for Java