Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetManagedDiskParameters
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetManagedDiskParameters in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineScaleSetDataDisk.managedDisk()
Get the managed disk parameters.VirtualMachineScaleSetOSDisk.managedDisk()
Get the managed disk parameters.VirtualMachineScaleSetUpdateOSDisk.managedDisk()
Get the managed disk parameters.VirtualMachineScaleSetManagedDiskParameters.withDiskEncryptionSet
(DiskEncryptionSetParameters diskEncryptionSet) Set specifies the customer managed disk encryption set resource id for the managed disk.VirtualMachineScaleSetManagedDiskParameters.withStorageAccountType
(StorageAccountTypes storageAccountType) Set specifies the storage account type for the managed disk.Modifier and TypeMethodDescriptionVirtualMachineScaleSetDataDisk.withManagedDisk
(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managed disk parameters.VirtualMachineScaleSetOSDisk.withManagedDisk
(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managed disk parameters.VirtualMachineScaleSetUpdateOSDisk.withManagedDisk
(VirtualMachineScaleSetManagedDiskParameters managedDisk) Set the managed disk parameters.