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

Name Description
PostgreSqlFlexibleServerGeoBackupSupported(String)

Initializes a new instance of PostgreSqlFlexibleServerGeoBackupSupported.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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