Partager via


PostgreSqlMigrationCancel Structure

Définition

Pour déclencher l’annulation de l’intégralité de la migration, nous devons envoyer cet indicateur comme True.

public readonly struct PostgreSqlMigrationCancel : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlMigrationCancel>
type PostgreSqlMigrationCancel = struct
Public Structure PostgreSqlMigrationCancel
Implements IEquatable(Of PostgreSqlMigrationCancel)
Héritage
PostgreSqlMigrationCancel
Implémente

Constructeurs

PostgreSqlMigrationCancel(String)

Initialise une nouvelle instance de PostgreSqlMigrationCancel.

Propriétés

False

Faux.

True

Vrai.

Méthodes

Equals(PostgreSqlMigrationCancel)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(PostgreSqlMigrationCancel, PostgreSqlMigrationCancel)

Détermine si deux PostgreSqlMigrationCancel valeurs sont identiques.

Implicit(String to PostgreSqlMigrationCancel)

Convertit une chaîne en PostgreSqlMigrationCancel.

Inequality(PostgreSqlMigrationCancel, PostgreSqlMigrationCancel)

Détermine si deux PostgreSqlMigrationCancel valeurs ne sont pas identiques.

S’applique à