| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionWithExistingVhd<ParentT>
The entirety of a unmanaged data disk of a virtual machine scale set update.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings.withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk.
|
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource.withExistingVhd(String storageAccountName,
String containerName,
String vhdName)
Specifies the existing source VHD of the disk.
|
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings.withLun(Integer lun)
Specifies the logical unit number for the data disk.
|
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings<ParentT> |
VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings.withSizeInGB(Integer sizeInGB)
Specifies the size in GB the disk needs to be resized.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.