Uses of Class
com.azure.resourcemanager.compute.models.EncryptionType
Packages that use EncryptionType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of EncryptionType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type EncryptionType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe type of key used to encrypt the data of the disk.Fields in com.azure.resourcemanager.compute.models declared as EncryptionTypeModifier and TypeFieldDescriptionstatic final EncryptionTypeEncryptionType.ENCRYPTION_AT_REST_WITH_CUSTOMER_KEYStatic value EncryptionAtRestWithCustomerKey for EncryptionType.static final EncryptionTypeEncryptionType.ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYSStatic value EncryptionAtRestWithPlatformAndCustomerKeys for EncryptionType.static final EncryptionTypeEncryptionType.ENCRYPTION_AT_REST_WITH_PLATFORM_KEYStatic value EncryptionAtRestWithPlatformKey for EncryptionType.Methods in com.azure.resourcemanager.compute.models that return EncryptionTypeModifier and TypeMethodDescriptionstatic EncryptionTypeEncryptionType.fromString(String name) Creates or finds a EncryptionType from its string representation.Encryption.type()Get the type property: The type of key used to encrypt the data of the disk.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type EncryptionTypeModifier and TypeMethodDescriptionstatic Collection<EncryptionType> EncryptionType.values()Gets known EncryptionType values.Methods in com.azure.resourcemanager.compute.models with parameters of type EncryptionTypeModifier and TypeMethodDescriptionDisk.UpdateStages.WithDiskEncryption.withDiskEncryptionSet(String diskEncryptionSetId, EncryptionType encryptionType) Specifies the disk encryption set.Encryption.withType(EncryptionType type) Set the type property: The type of key used to encrypt the data of the disk.