PostgreSqlFlexibleServerSkuTier Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The tier of the particular SKU, e.g. Burstable.
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
PostgreSqlFlexibleServerSkuTier(String) |
Initializes a new instance of PostgreSqlFlexibleServerSkuTier. |
Properties
Burstable |
Burstable. |
GeneralPurpose |
GeneralPurpose. |
MemoryOptimized |
MemoryOptimized. |
Methods
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
Equality(PostgreSqlFlexibleServerSkuTier, PostgreSqlFlexibleServerSkuTier) |
Determines if two PostgreSqlFlexibleServerSkuTier values are the same. |
Implicit(String to PostgreSqlFlexibleServerSkuTier) |
Converts a string to a PostgreSqlFlexibleServerSkuTier. |
Inequality(PostgreSqlFlexibleServerSkuTier, PostgreSqlFlexibleServerSkuTier) |
Determines if two PostgreSqlFlexibleServerSkuTier values are not the same. |
Applies to
Azure SDK for .NET