| Modifier and Type | Field and Description |
|---|---|
static BlobRestoreProgressStatus |
BlobRestoreProgressStatus.COMPLETE
Static value Complete for BlobRestoreProgressStatus.
|
static BlobRestoreProgressStatus |
BlobRestoreProgressStatus.FAILED
Static value Failed for BlobRestoreProgressStatus.
|
static BlobRestoreProgressStatus |
BlobRestoreProgressStatus.IN_PROGRESS
Static value InProgress for BlobRestoreProgressStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static BlobRestoreProgressStatus |
BlobRestoreProgressStatus.fromString(String name)
Creates or finds a BlobRestoreProgressStatus from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<BlobRestoreProgressStatus> |
BlobRestoreProgressStatus.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/