Condividi tramite


PostgreSqlFlexibleServerFeatureStatus Struct

Definition

Status of the feature. Indicates if the feature is enabled or not.

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

Constructors

Name Description
PostgreSqlFlexibleServerFeatureStatus(String)

Initializes a new instance of PostgreSqlFlexibleServerFeatureStatus.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(PostgreSqlFlexibleServerFeatureStatus)

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

Determines if two PostgreSqlFlexibleServerFeatureStatus values are the same.

Implicit(String to PostgreSqlFlexibleServerFeatureStatus)

Converts a String to a PostgreSqlFlexibleServerFeatureStatus.

Inequality(PostgreSqlFlexibleServerFeatureStatus, PostgreSqlFlexibleServerFeatureStatus)

Determines if two PostgreSqlFlexibleServerFeatureStatus values are not the same.

Applies to