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.
Indicates if storage autogrow is supported in this location. Will be deprecated in the future. Look to Supported Features for 'StorageAutoGrowth'.
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
| Name | Description |
|---|---|
| PostgreSqlFlexibleServerStorageAutoGrowthSupported(String) |
Initializes a new instance of PostgreSqlFlexibleServerStorageAutoGrowthSupported. |
Properties
| Name | Description |
|---|---|
| Disabled |
Storage autogrow is not supported. |
| Enabled |
Storage autogrow is supported. |
Methods
| Name | Description |
|---|---|
| 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. |