| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static DiskStorageAccountTypes |
DiskStorageAccountTypes.PREMIUM_LRS
Static value Premium_LRS for DiskStorageAccountTypes.
|
static DiskStorageAccountTypes |
DiskStorageAccountTypes.STANDARD_LRS
Static value Standard_LRS for DiskStorageAccountTypes.
|
static DiskStorageAccountTypes |
DiskStorageAccountTypes.STANDARD_SSD_LRS
Static value StandardSSD_LRS for DiskStorageAccountTypes.
|
static DiskStorageAccountTypes |
DiskStorageAccountTypes.ULTRA_SSD_LRS
Static value UltraSSD_LRS for DiskStorageAccountTypes.
|
| Modifier and Type | Method and Description |
|---|---|
DiskStorageAccountTypes |
DiskSkuTypes.accountType() |
static DiskStorageAccountTypes |
DiskStorageAccountTypes.fromString(String name)
Creates or finds a DiskStorageAccountTypes from its string representation.
|
DiskStorageAccountTypes |
DiskSku.name()
Get the name property: The sku name.
|
| Modifier and Type | Method and Description |
|---|---|
static DiskSkuTypes |
DiskSkuTypes.fromStorageAccountType(DiskStorageAccountTypes value)
Parses a value into a disk SKU type and creates a new DiskSkuType instance if not found among the existing ones.
|
DiskSku |
DiskSku.withName(DiskStorageAccountTypes name)
Set the name property: The sku name.
|
| Constructor and Description |
|---|
DiskSkuTypes(DiskStorageAccountTypes value)
Creates a custom value for DiskSkuTypes.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.