BillingTrustDomainEntryState 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.
The verification state of a single domain entry within an eduQualification rule.
public readonly struct BillingTrustDomainEntryState : IEquatable<Azure.ResourceManager.Billing.Trust.Models.BillingTrustDomainEntryState>
type BillingTrustDomainEntryState = struct
Public Structure BillingTrustDomainEntryState
Implements IEquatable(Of BillingTrustDomainEntryState)
- Inheritance
-
BillingTrustDomainEntryState
- Implements
Constructors
| Name | Description |
|---|---|
| BillingTrustDomainEntryState(String) |
Initializes a new instance of BillingTrustDomainEntryState. |
Properties
| Name | Description |
|---|---|
| ActionRequired |
Customer must supply additional evidence (e.g. supplemental documents). |
| Failed |
Domain verification failed. |
| Pending |
Domain verification queued or in progress. |
| Succeeded |
Domain verification succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(BillingTrustDomainEntryState) |
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(BillingTrustDomainEntryState, BillingTrustDomainEntryState) |
Determines if two BillingTrustDomainEntryState values are the same. |
| Implicit(String to BillingTrustDomainEntryState) |
Converts a string to a BillingTrustDomainEntryState. |
| Implicit(String to Nullable<BillingTrustDomainEntryState>) | |
| Inequality(BillingTrustDomainEntryState, BillingTrustDomainEntryState) |
Determines if two BillingTrustDomainEntryState values are not the same. |