ValidateCustomDomainOutputInner Class

  • java.lang.Object
    • com.azure.resourcemanager.cdn.fluent.models.ValidateCustomDomainOutputInner

public final class ValidateCustomDomainOutputInner

Output of custom domain validation.

Constructor Summary

Constructor Description
ValidateCustomDomainOutputInner()

Creates an instance of ValidateCustomDomainOutputInner class.

Method Summary

Modifier and Type Method and Description
Boolean customDomainValidated()

Get the customDomainValidated property: Indicates whether the custom domain is valid or not.

String message()

Get the message property: Error message describing why the custom domain is not valid.

String reason()

Get the reason property: The reason why the custom domain is not valid.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ValidateCustomDomainOutputInner

public ValidateCustomDomainOutputInner()

Creates an instance of ValidateCustomDomainOutputInner class.

Method Details

customDomainValidated

public Boolean customDomainValidated()

Get the customDomainValidated property: Indicates whether the custom domain is valid or not.

Returns:

the customDomainValidated value.

message

public String message()

Get the message property: Error message describing why the custom domain is not valid.

Returns:

the message value.

reason

public String reason()

Get the reason property: The reason why the custom domain is not valid.

Returns:

the reason value.

validate

public void validate()

Validates the instance.

Applies to