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