Class TableServiceGeoReplicationStatus

java.lang.Object
com.azure.core.util.ExpandableStringEnum<TableServiceGeoReplicationStatus>
com.azure.data.tables.models.TableServiceGeoReplicationStatus
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class TableServiceGeoReplicationStatus extends com.azure.core.util.ExpandableStringEnum<TableServiceGeoReplicationStatus>
The status of the secondary location.
  • Field Details

  • Constructor Details

    • TableServiceGeoReplicationStatus

      @Deprecated public TableServiceGeoReplicationStatus()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of TableServiceGeoReplicationStatus value.
  • Method Details

    • fromString

      public static TableServiceGeoReplicationStatus fromString(String name)
      Creates or finds a TableServiceGeoReplicationStatus from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding TableServiceGeoReplicationStatus.
    • values

      Gets known TableServiceGeoReplicationStatus values.
      Returns:
      known TableServiceGeoReplicationStatus values.