Bagikan melalui


PostgreSqlFlexibleServerFastProvisioningSupported Struct

Definition

Gets a value indicating whether fast provisioning is supported. "Enabled" means fast provisioning is supported. "Disabled" stands for fast provisioning is not supported.

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

PostgreSqlFlexibleServerFastProvisioningSupported(String)

Initializes a new instance of PostgreSqlFlexibleServerFastProvisioningSupported.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

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.

Operators

Equality(PostgreSqlFlexibleServerFastProvisioningSupported, PostgreSqlFlexibleServerFastProvisioningSupported)

Determines if two PostgreSqlFlexibleServerFastProvisioningSupported values are the same.

Implicit(String to PostgreSqlFlexibleServerFastProvisioningSupported)

Converts a string to a PostgreSqlFlexibleServerFastProvisioningSupported.

Inequality(PostgreSqlFlexibleServerFastProvisioningSupported, PostgreSqlFlexibleServerFastProvisioningSupported)

Determines if two PostgreSqlFlexibleServerFastProvisioningSupported values are not the same.

Applies to