Share via


PostgreSqlFlexibleServerStorageAutoGrowthSupported Struct

Definition

A value indicating whether storage auto-grow is supported in this region. "Enabled" means storage auto-grow is supported. "Disabled" stands for storage auto-grow is not supported.

public readonly struct PostgreSqlFlexibleServerStorageAutoGrowthSupported : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerStorageAutoGrowthSupported>
type PostgreSqlFlexibleServerStorageAutoGrowthSupported = struct
Public Structure PostgreSqlFlexibleServerStorageAutoGrowthSupported
Implements IEquatable(Of PostgreSqlFlexibleServerStorageAutoGrowthSupported)
Inheritance
PostgreSqlFlexibleServerStorageAutoGrowthSupported
Implements

Constructors

PostgreSqlFlexibleServerStorageAutoGrowthSupported(String)

Initializes a new instance of PostgreSqlFlexibleServerStorageAutoGrowthSupported.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(PostgreSqlFlexibleServerStorageAutoGrowthSupported)

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(PostgreSqlFlexibleServerStorageAutoGrowthSupported, PostgreSqlFlexibleServerStorageAutoGrowthSupported)

Determines if two PostgreSqlFlexibleServerStorageAutoGrowthSupported values are the same.

Implicit(String to PostgreSqlFlexibleServerStorageAutoGrowthSupported)

Converts a string to a PostgreSqlFlexibleServerStorageAutoGrowthSupported.

Inequality(PostgreSqlFlexibleServerStorageAutoGrowthSupported, PostgreSqlFlexibleServerStorageAutoGrowthSupported)

Determines if two PostgreSqlFlexibleServerStorageAutoGrowthSupported values are not the same.

Applies to