PostgreSqlFlexibleServerSkuTier Struct

Definition

Tier of the compute assigned to a server.

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

Constructors

Name Description
PostgreSqlFlexibleServerSkuTier(String)

Initializes a new instance of PostgreSqlFlexibleServerSkuTier.

Properties

Name Description
Burstable

Cost-effective tier for infrequent CPU usage, ideal for development and testing workloads with low performance requirements.

GeneralPurpose

Balanced compute and memory for most workloads, offering scalable performance and I/O throughput.

MemoryOptimized

High memory-to-core ratio for demanding workloads needing fast in-memory processing and high concurrency.

Methods

Name Description
Equals(PostgreSqlFlexibleServerSkuTier)

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

Determines if two PostgreSqlFlexibleServerSkuTier values are the same.

Implicit(String to Nullable<PostgreSqlFlexibleServerSkuTier>)
Implicit(String to PostgreSqlFlexibleServerSkuTier)

Converts a string to a PostgreSqlFlexibleServerSkuTier.

Inequality(PostgreSqlFlexibleServerSkuTier, PostgreSqlFlexibleServerSkuTier)

Determines if two PostgreSqlFlexibleServerSkuTier values are not the same.

Applies to