DbNetworkMigrationState 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 the network migration operation.
public readonly struct DbNetworkMigrationState : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.DbNetworkMigrationState>
type DbNetworkMigrationState = struct
Public Structure DbNetworkMigrationState
Implements IEquatable(Of DbNetworkMigrationState)
- Inheritance
-
DbNetworkMigrationState
- Implements
Constructors
| Name | Description |
|---|---|
| DbNetworkMigrationState(String) |
Initializes a new instance of DbNetworkMigrationState. |
Properties
| Name | Description |
|---|---|
| CancelInProgress |
Network migration cancellation is in progress. |
| Cancelled |
Network migration was cancelled. |
| Failed |
Network migration failed. |
| InProgress |
Network migration is in progress. |
| Pending |
Network migration is pending. |
| Succeeded |
Network migration succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(DbNetworkMigrationState) |
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(DbNetworkMigrationState, DbNetworkMigrationState) |
Determines if two DbNetworkMigrationState values are the same. |
| Implicit(String to DbNetworkMigrationState) |
Converts a string to a DbNetworkMigrationState. |
| Implicit(String to Nullable<DbNetworkMigrationState>) | |
| Inequality(DbNetworkMigrationState, DbNetworkMigrationState) |
Determines if two DbNetworkMigrationState values are not the same. |