PostgreSqlMigrationState 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.
Migration state.
public readonly struct PostgreSqlMigrationState : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationState>
type PostgreSqlMigrationState = struct
Public Structure PostgreSqlMigrationState
Implements IEquatable(Of PostgreSqlMigrationState)
- Inheritance
-
PostgreSqlMigrationState
- Implements
Constructors
| PostgreSqlMigrationState(String) |
Initializes a new instance of PostgreSqlMigrationState. |
Properties
| Canceled |
Canceled. |
| CleaningUp |
CleaningUp. |
| Failed |
Failed. |
| InProgress |
InProgress. |
| Succeeded |
Succeeded. |
| ValidationFailed |
ValidationFailed. |
| WaitingForUserAction |
WaitingForUserAction. |
Methods
| Equals(PostgreSqlMigrationState) |
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(PostgreSqlMigrationState, PostgreSqlMigrationState) |
Determines if two PostgreSqlMigrationState values are the same. |
| Implicit(String to PostgreSqlMigrationState) |
Converts a String to a PostgreSqlMigrationState. |
| Inequality(PostgreSqlMigrationState, PostgreSqlMigrationState) |
Determines if two PostgreSqlMigrationState values are not the same. |