Condividi tramite


PostgreSqlFlexibleServerZoneRedundantRestricted Struct

Definition

Indicates if this location is restricted. 'Enabled' means location is restricted. 'Disabled' stands for location is not restricted. Will be deprecated in the future. Look to Supported Features for 'Restricted'.

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

Constructors

Name Description
PostgreSqlFlexibleServerZoneRedundantRestricted(String)

Initializes a new instance of PostgreSqlFlexibleServerZoneRedundantRestricted.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
Equals(PostgreSqlFlexibleServerZoneRedundantRestricted)

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

Name Description
Equality(PostgreSqlFlexibleServerZoneRedundantRestricted, PostgreSqlFlexibleServerZoneRedundantRestricted)

Determines if two PostgreSqlFlexibleServerZoneRedundantRestricted values are the same.

Implicit(String to PostgreSqlFlexibleServerZoneRedundantRestricted)

Converts a String to a PostgreSqlFlexibleServerZoneRedundantRestricted.

Inequality(PostgreSqlFlexibleServerZoneRedundantRestricted, PostgreSqlFlexibleServerZoneRedundantRestricted)

Determines if two PostgreSqlFlexibleServerZoneRedundantRestricted values are not the same.

Applies to