GeoRedundantBackup Struct

Definition

Enable Geo-redundant or not for server backup.

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

Fields

Disabled
Enabled

Methods

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

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

Equals(GeoRedundantBackup)

Compares values of enum type GeoRedundantBackup

Equals(Object)

Compares values of enum type GeoRedundantBackup (override for Object)

GetHashCode()

Returns hashCode for enum GeoRedundantBackup

ToString()

Returns string representation for GeoRedundantBackup

Operators

Equality(GeoRedundantBackup, GeoRedundantBackup)

Overriding == operator for enum GeoRedundantBackup

Implicit(GeoRedundantBackup to String)

Implicit operator to convert GeoRedundantBackup to string

Implicit(String to GeoRedundantBackup)

Implicit operator to convert string to GeoRedundantBackup

Inequality(GeoRedundantBackup, GeoRedundantBackup)

Overriding != operator for enum GeoRedundantBackup

Applies to