CustomDomainValidateResult 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.
Validation result for custom domain.
public class CustomDomainValidateResult
type CustomDomainValidateResult = class
Public Class CustomDomainValidateResult
- Inheritance
-
CustomDomainValidateResult
Constructors
CustomDomainValidateResult() |
Initializes a new instance of the CustomDomainValidateResult class. |
CustomDomainValidateResult(Nullable<Boolean>, String) |
Initializes a new instance of the CustomDomainValidateResult class. |
Properties
IsValid |
Gets or sets indicates if domain name is valid. |
Message |
Gets or sets message of why domain name is invalid. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET