Uses of Class
com.microsoft.azure.management.compute.DiskEncryptionSetParameters
Packages that use DiskEncryptionSetParameters
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of DiskEncryptionSetParameters in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return DiskEncryptionSetParametersModifier 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.Methods in com.microsoft.azure.management.compute with parameters of type DiskEncryptionSetParametersModifier 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.