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.
To trigger cancel for entire migration we need to send this flag as True.
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
PostgreSqlMigrationCancel(String) |
Initializes a new instance of PostgreSqlMigrationCancel. |
Properties
False |
False. |
True |
True. |
Methods
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
Equality(PostgreSqlMigrationCancel, PostgreSqlMigrationCancel) |
Determines if two PostgreSqlMigrationCancel values are the same. |
Implicit(String to PostgreSqlMigrationCancel) |
Converts a string to a PostgreSqlMigrationCancel. |
Inequality(PostgreSqlMigrationCancel, PostgreSqlMigrationCancel) |
Determines if two PostgreSqlMigrationCancel values are not the same. |
Applies to
Azure SDK for .NET