你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CustomDomainValidationState Struct
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 state for the custom domain. This is a read only property and is initially set to 'Pending' and will be updated to 'Approved' by Event Grid only after ownership of the domain name has been successfully validated.
public readonly struct CustomDomainValidationState : IEquatable<Azure.ResourceManager.EventGrid.Models.CustomDomainValidationState>
type CustomDomainValidationState = struct
Public Structure CustomDomainValidationState
Implements IEquatable(Of CustomDomainValidationState)
- Inheritance
-
CustomDomainValidationState
- Implements
Constructors
CustomDomainValidationState(String) |
Initializes a new instance of CustomDomainValidationState. |
Properties
Approved |
Approved. |
ErrorRetrievingDnsRecord |
ErrorRetrievingDnsRecord. |
Pending |
Pending. |
Methods
Equals(CustomDomainValidationState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(CustomDomainValidationState, CustomDomainValidationState) |
Determines if two CustomDomainValidationState values are the same. |
Implicit(String to CustomDomainValidationState) |
Converts a string to a CustomDomainValidationState. |
Inequality(CustomDomainValidationState, CustomDomainValidationState) |
Determines if two CustomDomainValidationState values are not the same. |