public final class StorageAccountTypes extends com.microsoft.rest.ExpandableStringEnum<StorageAccountTypes>
| Modifier and Type | Field and Description |
|---|---|
static StorageAccountTypes |
PREMIUM_LRS
Static value Premium_LRS for StorageAccountTypes.
|
static StorageAccountTypes |
STANDARD_LRS
Static value Standard_LRS for StorageAccountTypes.
|
static StorageAccountTypes |
STANDARD_SSD_LRS
Static value StandardSSD_LRS for StorageAccountTypes.
|
static StorageAccountTypes |
ULTRA_SSD_LRS
Static value UltraSSD_LRS for StorageAccountTypes.
|
| Constructor and Description |
|---|
StorageAccountTypes() |
| Modifier and Type | Method and Description |
|---|---|
static StorageAccountTypes |
fromString(String name)
Creates or finds a StorageAccountTypes from its string representation.
|
static Collection<StorageAccountTypes> |
values() |
public static final StorageAccountTypes STANDARD_LRS
public static final StorageAccountTypes PREMIUM_LRS
public static final StorageAccountTypes STANDARD_SSD_LRS
public static final StorageAccountTypes ULTRA_SSD_LRS
public static StorageAccountTypes fromString(String name)
name - a name to look forpublic static Collection<StorageAccountTypes> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/