Bagikan melalui


PostgreSqlMigrationNameUnavailableReason Struct

Definition

Migration name availability reason.

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

Constructors

PostgreSqlMigrationNameUnavailableReason(String)

Initializes a new instance of PostgreSqlMigrationNameUnavailableReason.

Properties

AlreadyExists

AlreadyExists.

Invalid

Invalid.

Methods

Equals(PostgreSqlMigrationNameUnavailableReason)

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

Determines if two PostgreSqlMigrationNameUnavailableReason values are the same.

Implicit(String to PostgreSqlMigrationNameUnavailableReason)

Converts a string to a PostgreSqlMigrationNameUnavailableReason.

Inequality(PostgreSqlMigrationNameUnavailableReason, PostgreSqlMigrationNameUnavailableReason)

Determines if two PostgreSqlMigrationNameUnavailableReason values are not the same.

Applies to