PostgreSqlFlexibleServerStorageAutoGrowthSupported 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.
A value indicating whether storage auto-grow is supported in this region. "Enabled" means storage auto-grow is supported. "Disabled" stands for storage auto-grow is not supported.
public readonly struct PostgreSqlFlexibleServerStorageAutoGrowthSupported : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerStorageAutoGrowthSupported>
type PostgreSqlFlexibleServerStorageAutoGrowthSupported = struct
Public Structure PostgreSqlFlexibleServerStorageAutoGrowthSupported
Implements IEquatable(Of PostgreSqlFlexibleServerStorageAutoGrowthSupported)
- Inheritance
-
PostgreSqlFlexibleServerStorageAutoGrowthSupported
- Implements
Constructors
PostgreSqlFlexibleServerStorageAutoGrowthSupported(String) |
Initializes a new instance of PostgreSqlFlexibleServerStorageAutoGrowthSupported. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(PostgreSqlFlexibleServerStorageAutoGrowthSupported) |
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
Applies to
Azure SDK for .NET