你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

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