PostgreSqlMigrationTriggerCutover 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 cutover for entire migration we need to send this flag as True.
public readonly struct PostgreSqlMigrationTriggerCutover : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationTriggerCutover>
type PostgreSqlMigrationTriggerCutover = struct
Public Structure PostgreSqlMigrationTriggerCutover
Implements IEquatable(Of PostgreSqlMigrationTriggerCutover)
- Inheritance
-
PostgreSqlMigrationTriggerCutover
- Implements
Constructors
PostgreSqlMigrationTriggerCutover(String) |
Initializes a new instance of PostgreSqlMigrationTriggerCutover. |
Properties
False |
False. |
True |
True. |
Methods
Equals(PostgreSqlMigrationTriggerCutover) |
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(PostgreSqlMigrationTriggerCutover, PostgreSqlMigrationTriggerCutover) |
Determines if two PostgreSqlMigrationTriggerCutover values are the same. |
Implicit(String to PostgreSqlMigrationTriggerCutover) |
Converts a string to a PostgreSqlMigrationTriggerCutover. |
Inequality(PostgreSqlMigrationTriggerCutover, PostgreSqlMigrationTriggerCutover) |
Determines if two PostgreSqlMigrationTriggerCutover values are not the same. |
Applies to
Azure SDK for .NET