DomainValidationState Struct

Definition

Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.

public readonly struct DomainValidationState : IEquatable<Azure.ResourceManager.Cdn.Models.DomainValidationState>
type DomainValidationState = struct
Public Structure DomainValidationState
Implements IEquatable(Of DomainValidationState)
Inheritance
DomainValidationState
Implements

Constructors

Name Description
DomainValidationState(String)

Initializes a new instance of DomainValidationState.

Properties

Name Description
Approved

Gets the Approved.

InternalError

Gets the InternalError.

Pending

Gets the Pending.

PendingRevalidation

Gets the PendingRevalidation.

RefreshingValidationToken

Gets the RefreshingValidationToken.

Rejected

Gets the Rejected.

Submitting

Gets the Submitting.

TimedOut

Gets the TimedOut.

Unknown

Gets the Unknown.

Methods

Name Description
Equals(DomainValidationState)

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(DomainValidationState, DomainValidationState)

Determines if two DomainValidationState values are the same.

Implicit(String to DomainValidationState)

Converts a string to a DomainValidationState.

Implicit(String to Nullable<DomainValidationState>)
Inequality(DomainValidationState, DomainValidationState)

Determines if two DomainValidationState values are not the same.

Applies to