PostgreSqlFlexibleServersStorageType 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.
Storage type for the server. Allowed values are Premium_LRS and PremiumV2_LRS, and default is Premium_LRS if not specified.
public readonly struct PostgreSqlFlexibleServersStorageType : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServersStorageType>
type PostgreSqlFlexibleServersStorageType = struct
Public Structure PostgreSqlFlexibleServersStorageType
Implements IEquatable(Of PostgreSqlFlexibleServersStorageType)
- Inheritance
-
PostgreSqlFlexibleServersStorageType
- Implements
Constructors
PostgreSqlFlexibleServersStorageType(String) |
Initializes a new instance of PostgreSqlFlexibleServersStorageType. |
Properties
PremiumLRS |
Premium_LRS. |
PremiumV2LRS |
PremiumV2_LRS. |
Methods
Equals(PostgreSqlFlexibleServersStorageType) |
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(PostgreSqlFlexibleServersStorageType, PostgreSqlFlexibleServersStorageType) |
Determines if two PostgreSqlFlexibleServersStorageType values are the same. |
Implicit(String to PostgreSqlFlexibleServersStorageType) |
Converts a String to a PostgreSqlFlexibleServersStorageType. |
Inequality(PostgreSqlFlexibleServersStorageType, PostgreSqlFlexibleServersStorageType) |
Determines if two PostgreSqlFlexibleServersStorageType values are not the same. |