Share via


PostgreSqlFlexibleServerZoneRedundantRestricted Struct

Definition

A value indicating whether this region is restricted. "Enabled" means region is restricted. "Disabled" stands for region is not 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

PostgreSqlFlexibleServerZoneRedundantRestricted(String)

Initializes a new instance of PostgreSqlFlexibleServerZoneRedundantRestricted.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

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

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