<PackageReference Include="Azure.Storage.Blobs" Version="12.27.0" />

Azure.Storage.Blobs.Models.BlobGeoReplicationStatus

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