@Beta(value=V1_5_0) public class StorageResourceType extends com.microsoft.azure.management.resources.fluentcore.arm.ExpandableStringEnum<StorageResourceType>
| Modifier and Type | Field and Description |
|---|---|
static StorageResourceType |
STORAGE_ACCOUNTS
Static value storageAccounts for StorageResourceType.
|
| Constructor and Description |
|---|
StorageResourceType() |
| Modifier and Type | Method and Description |
|---|---|
static StorageResourceType |
fromString(String str)
Finds or creates storage resource type based on the specified string.
|
static Collection<StorageResourceType> |
values() |
public static final StorageResourceType STORAGE_ACCOUNTS
public static StorageResourceType fromString(String str)
str - the storage resource type in string formatpublic static Collection<StorageResourceType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/