Share via


PostgreSqlKeyStatus Struct

Definition

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.

Applies to