Uses of Class
com.microsoft.azure.management.compute.DiskEncryptionSetParameters
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DiskEncryptionSetParameters in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionImageDisk.diskEncryptionSet()
Get specifies the customer managed disk encryption set resource id for the managed image disk.ManagedDiskParameters.diskEncryptionSet()
Get specifies the customer managed disk encryption set resource id for the managed disk.VirtualMachineScaleSetManagedDiskParameters.diskEncryptionSet()
Get specifies the customer managed disk encryption set resource id for the managed disk.Modifier and TypeMethodDescriptionImageDisk.withDiskEncryptionSet
(DiskEncryptionSetParameters diskEncryptionSet) Set specifies the customer managed disk encryption set resource id for the managed image disk.ManagedDiskParameters.withDiskEncryptionSet
(DiskEncryptionSetParameters diskEncryptionSet) Set specifies the customer managed disk encryption set resource id for the managed disk.VirtualMachineScaleSetManagedDiskParameters.withDiskEncryptionSet
(DiskEncryptionSetParameters diskEncryptionSet) Set specifies the customer managed disk encryption set resource id for the managed disk.