TableGeoReplicationStatus 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.
public readonly struct TableGeoReplicationStatus : IEquatable<Azure.Data.Tables.Models.TableGeoReplicationStatus>
type TableGeoReplicationStatus = struct
Public Structure TableGeoReplicationStatus
Implements IEquatable(Of TableGeoReplicationStatus)
- Inheritance
-
TableGeoReplicationStatus
- Implements
Constructors
| Name | Description |
|---|---|
| TableGeoReplicationStatus(String) |
Initializes a new instance of TableGeoReplicationStatus. |
Properties
| Name | Description |
|---|---|
| Bootstrap |
bootstrap. |
| Live |
live. |
| Unavailable |
unavailable. |
Methods
| Name | Description |
|---|---|
| Equals(TableGeoReplicationStatus) |
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
| Name | Description |
|---|---|
| Equality(TableGeoReplicationStatus, TableGeoReplicationStatus) |
Determines if two TableGeoReplicationStatus values are the same. |
| Implicit(String to TableGeoReplicationStatus) |
Converts a String to a TableGeoReplicationStatus. |
| Inequality(TableGeoReplicationStatus, TableGeoReplicationStatus) |
Determines if two TableGeoReplicationStatus values are not the same. |