Uses of Class
com.azure.resourcemanager.compute.models.DiskEncryptionSetParameters
-
Packages that use DiskEncryptionSetParameters Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DiskEncryptionSetParameters in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return DiskEncryptionSetParameters Modifier and Type Method Description DiskEncryptionSetParametersImageDisk. diskEncryptionSet()Get the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.DiskEncryptionSetParametersManagedDiskParameters. diskEncryptionSet()Get the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.DiskEncryptionSetParametersVirtualMachineScaleSetManagedDiskParameters. diskEncryptionSet()Get the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.DiskEncryptionSetParametersVMDiskSecurityProfile. diskEncryptionSet()Get the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.DiskEncryptionSetParametersDiskEncryptionSetParameters. withId(String id)Methods in com.azure.resourcemanager.compute.models with parameters of type DiskEncryptionSetParameters Modifier and Type Method Description ImageDataDiskImageDataDisk. withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.ImageDiskImageDisk. withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.ImageOSDiskImageOSDisk. withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.ManagedDiskParametersManagedDiskParameters. withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.VirtualMachineScaleSetManagedDiskParametersVirtualMachineScaleSetManagedDiskParameters. withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.VMDiskSecurityProfileVMDiskSecurityProfile. withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and VMGuest blob.
-