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
ValidationStatus(String) |
Initializes a new instance of ValidationStatus. |
Properties
AccessDenied |
AccessDenied. |
CertificateExpired |
CertificateExpired. |
Invalid |
Invalid. |
Valid |
Valid. |
Methods
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
Equality(ValidationStatus, ValidationStatus) |
Determines if two ValidationStatus values are the same. |
Implicit(String to ValidationStatus) |
Converts a string to a ValidationStatus. |
Inequality(ValidationStatus, ValidationStatus) |
Determines if two ValidationStatus values are not the same. |
Applies to
Azure SDK for .NET