GeoRedundantBackup 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.
Enable Geo-redundant or not for server backup.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackupTypeConverter))]
public struct GeoRedundantBackup : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Support.GeoRedundantBackup>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.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 |