Uses of Class
com.azure.resourcemanager.compute.models.DiskEncryptionSetParameters
Packages that use DiskEncryptionSetParameters
Package
Description
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 DiskEncryptionSetParametersModifier and TypeMethodDescriptionDataDisksToAttach.diskEncryptionSet()Get the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.ImageDisk.diskEncryptionSet()Get the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.ManagedDiskParameters.diskEncryptionSet()Get the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.RestorePointEncryption.diskEncryptionSet()Get the diskEncryptionSet property: Describes the parameter of customer managed disk encryption set resource id that can be specified for disk.VirtualMachineScaleSetManagedDiskParameters.diskEncryptionSet()Get the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.VMDiskSecurityProfile.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.static DiskEncryptionSetParametersDiskEncryptionSetParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskEncryptionSetParameters from the JsonReader.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskEncryptionSetParametersModifier and TypeMethodDescriptionDataDisksToAttach.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.ImageDataDisk.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.ImageDisk.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.ImageOSDisk.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed image disk.ManagedDiskParameters.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.RestorePointEncryption.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Describes the parameter of customer managed disk encryption set resource id that can be specified for disk.VirtualMachineScaleSetManagedDiskParameters.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Specifies the customer managed disk encryption set resource id for the managed disk.VMDiskSecurityProfile.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.