public class CustomDomainValidationResult extends Object
CdnProfile.validateEndpointCustomDomain(String, String)
action result.Constructor and Description |
---|
CustomDomainValidationResult(com.microsoft.azure.management.cdn.implementation.ValidateCustomDomainOutputInner inner)
Construct CustomDomainValidationResult object from server response object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
customDomainValidated()
Get the customDomainValidated value.
|
String |
message()
Get the message value.
|
String |
reason()
Get the reason value.
|
public CustomDomainValidationResult(com.microsoft.azure.management.cdn.implementation.ValidateCustomDomainOutputInner inner)
inner
- server response for CustomDomainValidation request.public boolean customDomainValidated()
public String reason()
public String message()
Copyright © 2019. All rights reserved.