Share via


PostgreSqlMigrationTriggerCutover Struct

Definition

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

Name Description
PostgreSqlMigrationTriggerCutover(String)

Initializes a new instance of PostgreSqlMigrationTriggerCutover.

Properties

Name Description
False

False.

True

True.

Methods

Name Description
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

Name Description
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