Megosztás a következőn keresztül:


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

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.

Applies to