你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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