| 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(com.microsoft.azure.management.resources.fluentcore.arm.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.WithSku.withSku(DiskSkuTypes sku)
Specifies the SKU.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/