ValidateCustomDomainOutput Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Output of custom domain validation.
public class ValidateCustomDomainOutput
type ValidateCustomDomainOutput = class
Public Class ValidateCustomDomainOutput
- Inheritance
-
ValidateCustomDomainOutput
Constructors
ValidateCustomDomainOutput() |
Initializes a new instance of the ValidateCustomDomainOutput class. |
ValidateCustomDomainOutput(Nullable<Boolean>, String, String) |
Initializes a new instance of the ValidateCustomDomainOutput class. |
Properties
CustomDomainValidated |
Gets indicates whether the custom domain is valid or not. |
Message |
Gets error message describing why the custom domain is not valid. |
Reason |
Gets the reason why the custom domain is not valid. |