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