Package | Description |
---|---|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Field and Description |
---|---|
static GeoReplicationStatus |
GeoReplicationStatus.BOOTSTRAP
Static value bootstrap for GeoReplicationStatus.
|
static GeoReplicationStatus |
GeoReplicationStatus.LIVE
Static value live for GeoReplicationStatus.
|
static GeoReplicationStatus |
GeoReplicationStatus.UNAVAILABLE
Static value unavailable for GeoReplicationStatus.
|
Modifier and Type | Method and Description |
---|---|
static GeoReplicationStatus |
GeoReplicationStatus.fromString(String name)
Creates or finds a GeoReplicationStatus from its string representation.
|
GeoReplicationStatus |
GeoReplication.getStatus()
Get the status property: The status of the secondary location.
|
Modifier and Type | Method and Description |
---|---|
GeoReplication |
GeoReplication.setStatus(GeoReplicationStatus status)
Set the status property: The status of the secondary location.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.