PostgreSqlKeyStatus 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.
Primary encryption key status for Data encryption enabled server.
public readonly struct PostgreSqlKeyStatus : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlKeyStatus>
type PostgreSqlKeyStatus = struct
Public Structure PostgreSqlKeyStatus
Implements IEquatable(Of PostgreSqlKeyStatus)
- Inheritance
-
PostgreSqlKeyStatus
- Implements
Constructors
| PostgreSqlKeyStatus(String) |
Initializes a new instance of PostgreSqlKeyStatus. |
Properties
| Invalid |
Invalid. |
| Valid |
Valid. |
Methods
| Equals(PostgreSqlKeyStatus) |
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(PostgreSqlKeyStatus, PostgreSqlKeyStatus) |
Determines if two PostgreSqlKeyStatus values are the same. |
| Implicit(String to PostgreSqlKeyStatus) |
Converts a String to a PostgreSqlKeyStatus. |
| Inequality(PostgreSqlKeyStatus, PostgreSqlKeyStatus) |
Determines if two PostgreSqlKeyStatus values are not the same. |