| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SkuName |
SkuInformationInner.name()
Get the name property: The SKU name.
|
| Modifier and Type | Method and Description |
|---|---|
SkuInformationInner |
SkuInformationInner.withName(SkuName name)
Set the name property: The SKU name.
|
| Modifier and Type | Field and Description |
|---|---|
static SkuName |
SkuName.PREMIUM_LRS
Static value Premium_LRS for SkuName.
|
static SkuName |
SkuName.PREMIUM_ZRS
Static value Premium_ZRS for SkuName.
|
static SkuName |
SkuName.STANDARD_GRS
Static value Standard_GRS for SkuName.
|
static SkuName |
SkuName.STANDARD_GZRS
Static value Standard_GZRS for SkuName.
|
static SkuName |
SkuName.STANDARD_LRS
Static value Standard_LRS for SkuName.
|
static SkuName |
SkuName.STANDARD_RAGRS
Static value Standard_RAGRS for SkuName.
|
static SkuName |
SkuName.STANDARD_RAGZRS
Static value Standard_RAGZRS for SkuName.
|
static SkuName |
SkuName.STANDARD_ZRS
Static value Standard_ZRS for SkuName.
|
| Modifier and Type | Method and Description |
|---|---|
static SkuName |
SkuName.fromString(String name)
Creates or finds a SkuName from its string representation.
|
SkuName |
Sku.name()
Get the name property: The SKU name.
|
SkuName |
StorageAccountSkuType.name() |
SkuName |
StorageSku.name() |
| Modifier and Type | Method and Description |
|---|---|
static StorageAccountSkuType |
StorageAccountSkuType.fromSkuName(SkuName name)
Creates StorageAccountSkuType from sku name.
|
Sku |
Sku.withName(SkuName name)
Set the name property: The SKU name.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.