ValidationStatus 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 validation status.
public readonly struct ValidationStatus : IEquatable<Azure.ResourceManager.Cdn.Models.ValidationStatus>
type ValidationStatus = struct
Public Structure ValidationStatus
Implements IEquatable(Of ValidationStatus)
- Inheritance
-
ValidationStatus
- Implements
Constructors
| Name | Description |
|---|---|
| ValidationStatus(String) |
Initializes a new instance of ValidationStatus. |
Properties
| Name | Description |
|---|---|
| AccessDenied |
Gets the AccessDenied. |
| CertificateExpired |
Gets the CertificateExpired. |
| Invalid |
Gets the Invalid. |
| Valid |
Gets the Valid. |
Methods
| Name | Description |
|---|---|
| Equals(ValidationStatus) |
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(ValidationStatus, ValidationStatus) |
Determines if two ValidationStatus values are the same. |
| Implicit(String to Nullable<ValidationStatus>) | |
| Implicit(String to ValidationStatus) |
Converts a string to a ValidationStatus. |
| Inequality(ValidationStatus, ValidationStatus) |
Determines if two ValidationStatus values are not the same. |