| Modifier and Type | Field and Description |
|---|---|
static SnapshotStorageAccountTypes |
SnapshotStorageAccountTypes.PREMIUM_LRS
Static value Premium_LRS for SnapshotStorageAccountTypes.
|
static SnapshotStorageAccountTypes |
SnapshotStorageAccountTypes.STANDARD_LRS
Static value Standard_LRS for SnapshotStorageAccountTypes.
|
static SnapshotStorageAccountTypes |
SnapshotStorageAccountTypes.STANDARD_ZRS
Static value Standard_ZRS for SnapshotStorageAccountTypes.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotStorageAccountTypes |
SnapshotSkuType.accountType() |
static SnapshotStorageAccountTypes |
SnapshotStorageAccountTypes.fromString(String name)
Creates or finds a SnapshotStorageAccountTypes from its string representation.
|
SnapshotStorageAccountTypes |
SnapshotSku.name()
Get the sku name.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<SnapshotStorageAccountTypes> |
SnapshotStorageAccountTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotSkuType |
SnapshotSkuType.fromStorageAccountType(SnapshotStorageAccountTypes value)
Parses a value into a snapshot SKU type and creates a new SnapshotSkuType instance if not found
among the existing ones.
|
SnapshotSku |
SnapshotSku.withName(SnapshotStorageAccountTypes name)
Set the sku name.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/