Azure.Storage.Blobs.Models.BlobGeoReplicationStatus
The status of the secondary location.
namespace Azure.Storage.Blobs.Models
{
public enum BlobGeoReplicationStatus
{
Live,
Bootstrap,
Unavailable
}
}