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.
State of migration.
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
| Name | Description |
|---|---|
| PostgreSqlMigrationState(String) |
Initializes a new instance of PostgreSqlMigrationState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Migration has been canceled. |
| CleaningUp |
Migration is cleaning up resources. |
| Failed |
Migration has failed. |
| InProgress |
Migration is in progress. |
| Succeeded |
Migration has succeeded. |
| ValidationFailed |
Validation for migration has failed. |
| WaitingForUserAction |
Migration is waiting for user action. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(PostgreSqlMigrationState, PostgreSqlMigrationState) |
Determines if two PostgreSqlMigrationState values are the same. |
| Implicit(String to Nullable<PostgreSqlMigrationState>) | |
| Implicit(String to PostgreSqlMigrationState) |
Converts a string to a PostgreSqlMigrationState. |
| Inequality(PostgreSqlMigrationState, PostgreSqlMigrationState) |
Determines if two PostgreSqlMigrationState values are not the same. |