StorageAutoGrow Struct

Definition

Indicates if the server is configured to automatically grow storage size when available space is nearing zero and conditions allow for automatic 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

Server should not automatically grow storage size when available space is nearing zero.

Enabled

Server should automatically grow storage size when available space is nearing zero and conditions allow for automatically growing storage size.

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 Nullable<StorageAutoGrow>)
Implicit(String to StorageAutoGrow)

Converts a string to a StorageAutoGrow.

Inequality(StorageAutoGrow, StorageAutoGrow)

Determines if two StorageAutoGrow values are not the same.

Applies to