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

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