PostgreSqlStorageAutogrow 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.
Enable Storage Auto Grow.
public readonly struct PostgreSqlStorageAutogrow : IEquatable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlStorageAutogrow>
type PostgreSqlStorageAutogrow = struct
Public Structure PostgreSqlStorageAutogrow
Implements IEquatable(Of PostgreSqlStorageAutogrow)
- Inheritance
-
PostgreSqlStorageAutogrow
- Implements
Constructors
PostgreSqlStorageAutogrow(String) |
Initializes a new instance of PostgreSqlStorageAutogrow. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(PostgreSqlStorageAutogrow) |
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(PostgreSqlStorageAutogrow, PostgreSqlStorageAutogrow) |
Determines if two PostgreSqlStorageAutogrow values are the same. |
Implicit(String to PostgreSqlStorageAutogrow) |
Converts a string to a PostgreSqlStorageAutogrow. |
Inequality(PostgreSqlStorageAutogrow, PostgreSqlStorageAutogrow) |
Determines if two PostgreSqlStorageAutogrow values are not the same. |
Applies to
Azure SDK for .NET