| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Disk.Definition
The entirety of the managed disk definition.
|
static interface |
Disk.DefinitionStages.WithCreateAndSize
The stage of the managed disk definition allowing to create the disk or optionally specify size.
|
| Modifier and Type | Method and Description |
|---|---|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId)
Specifies the availability zone for the managed disk.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithDataDiskSource.withSizeInGB(int sizeInGB)
Specifies the disk size for an empty disk.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithCreateAndSize.withSizeInGB(int sizeInGB)
Specifies the disk size.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithSku.withSku(DiskSkuTypes sku)
Specifies the SKU.
|
Disk.DefinitionStages.WithCreate |
Disk.DefinitionStages.WithDataDiskFromUpload.withUploadSizeInMB(long uploadSizeInMB)
Gets or sets if createOption is Upload, this is the size of the contents of the upload including the VHD
footer.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.