Udostępnij przez


TableGeoReplicationStatus Struct

Definition

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.

Applies to