PostgreSqlFlexibleServerGeoRedundantBackupEnum Struct

Definition

A value indicating whether Geo-Redundant backup is enabled on the server.

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

Constructors

PostgreSqlFlexibleServerGeoRedundantBackupEnum(String)

Initializes a new instance of PostgreSqlFlexibleServerGeoRedundantBackupEnum.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(PostgreSqlFlexibleServerGeoRedundantBackupEnum)

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

Determines if two PostgreSqlFlexibleServerGeoRedundantBackupEnum values are the same.

Implicit(String to PostgreSqlFlexibleServerGeoRedundantBackupEnum)

Converts a string to a PostgreSqlFlexibleServerGeoRedundantBackupEnum.

Inequality(PostgreSqlFlexibleServerGeoRedundantBackupEnum, PostgreSqlFlexibleServerGeoRedundantBackupEnum)

Determines if two PostgreSqlFlexibleServerGeoRedundantBackupEnum values are not the same.

Applies to