PostgreSqlMigrationNameUnavailableReason Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |