PostgreSqlMigrationCancel 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.
Indicates if cancel must be triggered for the entire migration.
public readonly struct PostgreSqlMigrationCancel : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationCancel>
type PostgreSqlMigrationCancel = struct
Public Structure PostgreSqlMigrationCancel
Implements IEquatable(Of PostgreSqlMigrationCancel)
- Inheritance
-
PostgreSqlMigrationCancel
- Implements
Constructors
| Name | Description |
|---|---|
| PostgreSqlMigrationCancel(String) |
Initializes a new instance of PostgreSqlMigrationCancel. |
Properties
| Name | Description |
|---|---|
| False |
Cancel must not be triggered for the entire migration. |
| True |
Cancel must be triggered for the entire migration. |
Methods
| Name | Description |
|---|---|
| Equals(PostgreSqlMigrationCancel) |
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(PostgreSqlMigrationCancel, PostgreSqlMigrationCancel) |
Determines if two PostgreSqlMigrationCancel values are the same. |
| Implicit(String to Nullable<PostgreSqlMigrationCancel>) | |
| Implicit(String to PostgreSqlMigrationCancel) |
Converts a string to a PostgreSqlMigrationCancel. |
| Inequality(PostgreSqlMigrationCancel, PostgreSqlMigrationCancel) |
Determines if two PostgreSqlMigrationCancel values are not the same. |