PostgreSqlFlexibleServerGeoRedundantBackupEnum Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| PostgreSqlFlexibleServerGeoRedundantBackupEnum(String) |
Initializes a new instance of PostgreSqlFlexibleServerGeoRedundantBackupEnum. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |