PostgreSqlMigrationMode Struct

Definition

There are two types of migration modes Online and Offline.

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

PostgreSqlMigrationMode(String)

Initializes a new instance of PostgreSqlMigrationMode.

Properties

Offline

Offline.

Online

Online.

Methods

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

Equality(PostgreSqlMigrationMode, PostgreSqlMigrationMode)

Determines if two PostgreSqlMigrationMode values are the same.

Implicit(String to PostgreSqlMigrationMode)

Converts a string to a PostgreSqlMigrationMode.

Inequality(PostgreSqlMigrationMode, PostgreSqlMigrationMode)

Determines if two PostgreSqlMigrationMode values are not the same.

Applies to