public class StorageResourceType extends com.azure.core.util.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 © 2021 Microsoft Corporation. All rights reserved.