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

Name Description
PostgreSqlKeyStatus(String)

Initializes a new instance of PostgreSqlKeyStatus.

Properties

Name Description
Invalid

Invalid.

Valid

Valid.

Methods

Name Description
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

Name Description
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