Interface Disk.DefinitionStages.WithSku
-
- All Known Subinterfaces:
Disk.Definition,Disk.DefinitionStages.WithCreate,Disk.DefinitionStages.WithCreateAndSize
- Enclosing interface:
- Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithSkuThe stage of the managed disk definition allowing to choose account type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Disk.DefinitionStages.WithCreatewithSku(DiskSkuTypes sku)Specifies the SKU.
-
-
-
Method Detail
-
withSku
Disk.DefinitionStages.WithCreate withSku(DiskSkuTypes sku)
Specifies the SKU.- Parameters:
sku- the SKU- Returns:
- the next stage of the definition
-
-