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

PostgreSqlFlexibleServerState Struct

Definition

A state of a server that is visible to user.

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

Constructors

Name Description
PostgreSqlFlexibleServerState(String)

Initializes a new instance of PostgreSqlFlexibleServerState.

Properties

Name Description
Disabled

Disabled.

Dropping

Dropping.

Ready

Ready.

Starting

Starting.

Stopped

Stopped.

Stopping

Stopping.

Updating

Updating.

Methods

Name Description
Equals(PostgreSqlFlexibleServerState)

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

Determines if two PostgreSqlFlexibleServerState values are the same.

Implicit(String to PostgreSqlFlexibleServerState)

Converts a String to a PostgreSqlFlexibleServerState.

Inequality(PostgreSqlFlexibleServerState, PostgreSqlFlexibleServerState)

Determines if two PostgreSqlFlexibleServerState values are not the same.

Applies to