| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineUnmanagedDataDisk.DefinitionWithNewVhd<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.storeAt(String storageAccountName,
String containerName,
String vhdName)
Specifies where the VHD associated with the new blank data disk needs to be stored.
|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk.
|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.withLun(Integer lun)
Specifies the logical unit number for the data disk.
|
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource.withNewVhd(int sizeInGB)
specifies that disk needs to be created with a new VHD of given size.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.