Share via


PostgreSqlFlexibleServerGeoBackupSupported Struct

Definition

Determines if geo-backup is supported in this region. "Enabled" means geo-backup is supported. "Disabled" stands for geo-back is not supported.

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

Constructors

PostgreSqlFlexibleServerGeoBackupSupported(String)

Initializes a new instance of PostgreSqlFlexibleServerGeoBackupSupported.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(PostgreSqlFlexibleServerGeoBackupSupported)

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(PostgreSqlFlexibleServerGeoBackupSupported, PostgreSqlFlexibleServerGeoBackupSupported)

Determines if two PostgreSqlFlexibleServerGeoBackupSupported values are the same.

Implicit(String to PostgreSqlFlexibleServerGeoBackupSupported)

Converts a string to a PostgreSqlFlexibleServerGeoBackupSupported.

Inequality(PostgreSqlFlexibleServerGeoBackupSupported, PostgreSqlFlexibleServerGeoBackupSupported)

Determines if two PostgreSqlFlexibleServerGeoBackupSupported values are not the same.

Applies to