Share via


GeoRedundantBackupEnum Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnumTypeConverter))]
public struct GeoRedundantBackupEnum : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnum>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupEnumTypeConverter))>]
type GeoRedundantBackupEnum = struct
    interface IArgumentCompleter
Public Structure GeoRedundantBackupEnum
Implements IArgumentCompleter, IEquatable(Of GeoRedundantBackupEnum)
Inheritance
GeoRedundantBackupEnum
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(GeoRedundantBackupEnum)

Compares values of enum type GeoRedundantBackupEnum

Equals(Object)

Compares values of enum type GeoRedundantBackupEnum (override for Object)

GetHashCode()

Returns hashCode for enum GeoRedundantBackupEnum

ToString()

Returns string representation for GeoRedundantBackupEnum

Operators

Equality(GeoRedundantBackupEnum, GeoRedundantBackupEnum)

Overriding == operator for enum GeoRedundantBackupEnum

Implicit(GeoRedundantBackupEnum to String)

Implicit operator to convert GeoRedundantBackupEnum to string

Implicit(String to GeoRedundantBackupEnum)

Implicit operator to convert string to GeoRedundantBackupEnum

Inequality(GeoRedundantBackupEnum, GeoRedundantBackupEnum)

Overriding != operator for enum GeoRedundantBackupEnum

Applies to