PostgreSqlFlexibleServerOnlineResizeSupported 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.
A value indicating whether online resize is supported in this region for the given subscription. "Enabled" means storage online resize is supported. "Disabled" means storage online resize is not supported.
public readonly struct PostgreSqlFlexibleServerOnlineResizeSupported : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerOnlineResizeSupported>
type PostgreSqlFlexibleServerOnlineResizeSupported = struct
Public Structure PostgreSqlFlexibleServerOnlineResizeSupported
Implements IEquatable(Of PostgreSqlFlexibleServerOnlineResizeSupported)
- Inheritance
-
PostgreSqlFlexibleServerOnlineResizeSupported
- Implements
Constructors
PostgreSqlFlexibleServerOnlineResizeSupported(String) |
Initializes a new instance of PostgreSqlFlexibleServerOnlineResizeSupported. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(PostgreSqlFlexibleServerOnlineResizeSupported) |
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(PostgreSqlFlexibleServerOnlineResizeSupported, PostgreSqlFlexibleServerOnlineResizeSupported) |
Determines if two PostgreSqlFlexibleServerOnlineResizeSupported values are the same. |
Implicit(String to PostgreSqlFlexibleServerOnlineResizeSupported) |
Converts a string to a PostgreSqlFlexibleServerOnlineResizeSupported. |
Inequality(PostgreSqlFlexibleServerOnlineResizeSupported, PostgreSqlFlexibleServerOnlineResizeSupported) |
Determines if two PostgreSqlFlexibleServerOnlineResizeSupported values are not the same. |
Applies to
Azure SDK for .NET