PostgreSqlFlexibleServerFastProvisioningSupported 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.
Indicates if fast provisioning is supported. 'Enabled' means fast provisioning is supported. 'Disabled' stands for fast provisioning is not supported. Will be deprecated in the future. Look to Supported Features for 'FastProvisioning'.
public readonly struct PostgreSqlFlexibleServerFastProvisioningSupported : IEquatable<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerFastProvisioningSupported>
type PostgreSqlFlexibleServerFastProvisioningSupported = struct
Public Structure PostgreSqlFlexibleServerFastProvisioningSupported
Implements IEquatable(Of PostgreSqlFlexibleServerFastProvisioningSupported)
- Inheritance
-
PostgreSqlFlexibleServerFastProvisioningSupported
- Implements
Constructors
| Name | Description |
|---|---|
| PostgreSqlFlexibleServerFastProvisioningSupported(String) |
Initializes a new instance of PostgreSqlFlexibleServerFastProvisioningSupported. |
Properties
| Name | Description |
|---|---|
| Disabled |
Fast provisioning is not supported. |
| Enabled |
Fast provisioning is supported. |
Methods
| Name | Description |
|---|---|
| Equals(PostgreSqlFlexibleServerFastProvisioningSupported) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |