Share via


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