MajorVersionUpgradePrecheckStatus 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 status of the major version upgrade precheck.
public readonly struct MajorVersionUpgradePrecheckStatus : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.MajorVersionUpgradePrecheckStatus>
type MajorVersionUpgradePrecheckStatus = struct
Public Structure MajorVersionUpgradePrecheckStatus
Implements IEquatable(Of MajorVersionUpgradePrecheckStatus)
- Inheritance
-
MajorVersionUpgradePrecheckStatus
- Implements
Constructors
| Name | Description |
|---|---|
| MajorVersionUpgradePrecheckStatus(String) |
Initializes a new instance of MajorVersionUpgradePrecheckStatus. |
Properties
| Name | Description |
|---|---|
| Canceled |
Validation canceled. |
| Failed |
Validation failed. |
| Succeeded |
Validation succeeded. |
| Validating |
Executing prechecks against the source server. |
Methods
| Name | Description |
|---|---|
| Equals(MajorVersionUpgradePrecheckStatus) |
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(MajorVersionUpgradePrecheckStatus, MajorVersionUpgradePrecheckStatus) |
Determines if two MajorVersionUpgradePrecheckStatus values are the same. |
| Implicit(String to MajorVersionUpgradePrecheckStatus) |
Converts a string to a MajorVersionUpgradePrecheckStatus. |
| Implicit(String to Nullable<MajorVersionUpgradePrecheckStatus>) | |
| Inequality(MajorVersionUpgradePrecheckStatus, MajorVersionUpgradePrecheckStatus) |
Determines if two MajorVersionUpgradePrecheckStatus values are not the same. |