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
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
Azure SDK for .NET