GeoReplicationStatus 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.
The status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location is temporarily unavailable.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatusTypeConverter))]
public struct GeoReplicationStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.GeoReplicationStatusTypeConverter))>]
type GeoReplicationStatus = struct
interface IArgumentCompleter
Public Structure GeoReplicationStatus
Implements IArgumentCompleter, IEquatable(Of GeoReplicationStatus)
- Inheritance
-
GeoReplicationStatus
- Attributes
- Implements
Fields
Bootstrap | |
Live | |
Unavailable |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(GeoReplicationStatus) |
Compares values of enum type GeoReplicationStatus |
Equals(Object) |
Compares values of enum type GeoReplicationStatus (override for Object) |
GetHashCode() |
Returns hashCode for enum GeoReplicationStatus |
ToString() |
Returns string representation for GeoReplicationStatus |
Operators
Equality(GeoReplicationStatus, GeoReplicationStatus) |
Overriding == operator for enum GeoReplicationStatus |
Implicit(GeoReplicationStatus to String) |
Implicit operator to convert GeoReplicationStatus to string |
Implicit(String to GeoReplicationStatus) |
Implicit operator to convert string to GeoReplicationStatus |
Inequality(GeoReplicationStatus, GeoReplicationStatus) |
Overriding != operator for enum GeoReplicationStatus |