Uses of Class
com.azure.resourcemanager.compute.models.RestorePointEncryptionType
Packages that use RestorePointEncryptionType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointEncryptionType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type RestorePointEncryptionType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe type of key used to encrypt the data of the disk restore point.Fields in com.azure.resourcemanager.compute.models declared as RestorePointEncryptionTypeModifier and TypeFieldDescriptionstatic final RestorePointEncryptionTypeRestorePointEncryptionType.ENCRYPTION_AT_REST_WITH_CUSTOMER_KEYStatic value EncryptionAtRestWithCustomerKey for RestorePointEncryptionType.static final RestorePointEncryptionTypeRestorePointEncryptionType.ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYSStatic value EncryptionAtRestWithPlatformAndCustomerKeys for RestorePointEncryptionType.static final RestorePointEncryptionTypeRestorePointEncryptionType.ENCRYPTION_AT_REST_WITH_PLATFORM_KEYStatic value EncryptionAtRestWithPlatformKey for RestorePointEncryptionType.Methods in com.azure.resourcemanager.compute.models that return RestorePointEncryptionTypeModifier and TypeMethodDescriptionstatic RestorePointEncryptionTypeRestorePointEncryptionType.fromString(String name) Creates or finds a RestorePointEncryptionType from its string representation.RestorePointEncryption.type()Get the type property: The type of key used to encrypt the data of the disk restore point.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RestorePointEncryptionTypeModifier and TypeMethodDescriptionstatic Collection<RestorePointEncryptionType> RestorePointEncryptionType.values()Gets known RestorePointEncryptionType values.Methods in com.azure.resourcemanager.compute.models with parameters of type RestorePointEncryptionTypeModifier and TypeMethodDescriptionRestorePointEncryption.withType(RestorePointEncryptionType type) Set the type property: The type of key used to encrypt the data of the disk restore point.