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

PostgreSqlServerState Struct

Definition

A state of a server that is visible to user.

public readonly struct PostgreSqlServerState : IEquatable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlServerState>
type PostgreSqlServerState = struct
Public Structure PostgreSqlServerState
Implements IEquatable(Of PostgreSqlServerState)
Inheritance
PostgreSqlServerState
Implements

Constructors

PostgreSqlServerState(String)

Initializes a new instance of PostgreSqlServerState.

Properties

Disabled

Disabled.

Dropping

Dropping.

Inaccessible

Inaccessible.

Ready

Ready.

Methods

Equals(PostgreSqlServerState)

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(PostgreSqlServerState, PostgreSqlServerState)

Determines if two PostgreSqlServerState values are the same.

Implicit(String to PostgreSqlServerState)

Converts a String to a PostgreSqlServerState.

Inequality(PostgreSqlServerState, PostgreSqlServerState)

Determines if two PostgreSqlServerState values are not the same.

Applies to