Udostępnij przez


CustomDomainValidationState Struct

Definition

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

Name Description
CustomDomainValidationState(String)

Initializes a new instance of CustomDomainValidationState.

Properties

Name Description
Approved

Approved.

ErrorRetrievingDnsRecord

ErrorRetrievingDnsRecord.

Pending

Pending.

Methods

Name Description
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

Name Description
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.

Applies to