Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DiskSku |
DiskInner.sku()
Get the sku property: The disks sku name.
|
Modifier and Type | Method and Description |
---|---|
DiskInner |
DiskInner.withSku(DiskSku sku)
Set the sku property: The disks sku name.
|
Modifier and Type | Method and Description |
---|---|
DiskSku |
DiskUpdate.sku()
Get the sku property: The disks sku name.
|
DiskSku |
DiskSku.withName(DiskStorageAccountTypes name)
Set the name property: The sku name.
|
Modifier and Type | Method and Description |
---|---|
static DiskSkuTypes |
DiskSkuTypes.fromDiskSku(DiskSku diskSku)
Parses a value into a disk SKU type and creates a new DiskSkuType instance if not found among the existing ones.
|
DiskUpdate |
DiskUpdate.withSku(DiskSku sku)
Set the sku property: The disks sku name.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.