StorageAutoGrow 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.
Flag to enable or disable the automatic growth of storage size of a server when available space is nearing zero and conditions allow for automatically growing storage size.
public readonly struct StorageAutoGrow : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.StorageAutoGrow>
type StorageAutoGrow = struct
Public Structure StorageAutoGrow
Implements IEquatable(Of StorageAutoGrow)
- Inheritance
-
StorageAutoGrow
- Implements
Constructors
| Name | Description |
|---|---|
| StorageAutoGrow(String) |
Initializes a new instance of StorageAutoGrow. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(StorageAutoGrow) |
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(StorageAutoGrow, StorageAutoGrow) |
Determines if two StorageAutoGrow values are the same. |
| Implicit(String to StorageAutoGrow) |
Converts a String to a StorageAutoGrow. |
| Inequality(StorageAutoGrow, StorageAutoGrow) |
Determines if two StorageAutoGrow values are not the same. |