Share via


StorageAutoGrow Struct

Definition

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