StorageSku Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. fluidrelay. models. StorageSku
- com.
- com.
public final class StorageSku
extends ExpandableStringEnum<StorageSku>
StorageSKU Sku of the storage associated with the resource.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Storage |
BASIC
Static value basic for Storage |
|
static final
Storage |
STANDARD
Static value standard for Storage |
Constructor Summary
| Constructor | Description |
|---|---|
| StorageSku() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Storage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Storage |
fromString(String name)
Creates or finds a Storage |
|
static
Collection<Storage |
values()
Gets known Storage |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BASIC
public static final StorageSku BASIC
Static value basic for StorageSku.
STANDARD
public static final StorageSku STANDARD
Static value standard for StorageSku.
Constructor Details
StorageSku
@Deprecated
public StorageSku()
Deprecated
Creates a new instance of StorageSku value.
Method Details
fromString
public static StorageSku fromString(String name)
Creates or finds a StorageSku from its string representation.
Parameters:
Returns:
values
public static Collection<StorageSku> values()
Gets known StorageSku values.
Returns: