Share via


PostgreSqlMigrationStartDataMigration Struct

Definition

Indicates whether the data migration should start right away.

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

Constructors

PostgreSqlMigrationStartDataMigration(String)

Initializes a new instance of PostgreSqlMigrationStartDataMigration.

Properties

False

False.

True

True.

Methods

Equals(PostgreSqlMigrationStartDataMigration)

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

Determines if two PostgreSqlMigrationStartDataMigration values are the same.

Implicit(String to PostgreSqlMigrationStartDataMigration)

Converts a string to a PostgreSqlMigrationStartDataMigration.

Inequality(PostgreSqlMigrationStartDataMigration, PostgreSqlMigrationStartDataMigration)

Determines if two PostgreSqlMigrationStartDataMigration values are not the same.

Applies to