PostgreSqlFlexibleServerGeoBackupSupported Struct

Definition

Indicates if geographically redundant backups are supported in this location. Will be deprecated in the future. Look to Supported Features for 'GeoBackup'.

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

Geographically redundant backups are not supported in this location.

Enabled

Geographically redundant backups are supported in this location.

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 Nullable<PostgreSqlFlexibleServerGeoBackupSupported>)
Implicit(String to PostgreSqlFlexibleServerGeoBackupSupported)

Converts a string to a PostgreSqlFlexibleServerGeoBackupSupported.

Inequality(PostgreSqlFlexibleServerGeoBackupSupported, PostgreSqlFlexibleServerGeoBackupSupported)

Determines if two PostgreSqlFlexibleServerGeoBackupSupported values are not the same.

Applies to