PostgreSqlMigrationMode Struct

Definition

Mode used to perform the migration.

public readonly struct PostgreSqlMigrationMode : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationMode>
type PostgreSqlMigrationMode = struct
Public Structure PostgreSqlMigrationMode
Implements IEquatable(Of PostgreSqlMigrationMode)
Inheritance
PostgreSqlMigrationMode
Implements

Constructors

Name Description
PostgreSqlMigrationMode(String)

Initializes a new instance of PostgreSqlMigrationMode.

Properties

Name Description
Offline

Offline migration mode.

Online

Online migration mode.

Methods

Name Description
Equals(PostgreSqlMigrationMode)

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(PostgreSqlMigrationMode, PostgreSqlMigrationMode)

Determines if two PostgreSqlMigrationMode values are the same.

Implicit(String to Nullable<PostgreSqlMigrationMode>)
Implicit(String to PostgreSqlMigrationMode)

Converts a string to a PostgreSqlMigrationMode.

Inequality(PostgreSqlMigrationMode, PostgreSqlMigrationMode)

Determines if two PostgreSqlMigrationMode values are not the same.

Applies to