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
TableGeoReplicationStatus(String) |
Initializes a new instance of TableGeoReplicationStatus. |
Properties
Bootstrap |
bootstrap. |
Live |
live. |
Unavailable |
unavailable. |
Methods
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
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. |