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 / disable Storage Auto grow for flexible server.
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
StorageAutoGrow(String) |
Initializes a new instance of StorageAutoGrow. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
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
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. |
Applies to
Azure SDK for .NET