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