Uses of Class
com.azure.resourcemanager.compute.models.EncryptionType
-
Packages that use EncryptionType Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of EncryptionType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as EncryptionType Modifier and Type Field Description static EncryptionTypeEncryptionType. ENCRYPTION_AT_REST_WITH_CUSTOMER_KEYStatic value EncryptionAtRestWithCustomerKey for EncryptionType.static EncryptionTypeEncryptionType. ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYSStatic value EncryptionAtRestWithPlatformAndCustomerKeys for EncryptionType.static EncryptionTypeEncryptionType. ENCRYPTION_AT_REST_WITH_PLATFORM_KEYStatic value EncryptionAtRestWithPlatformKey for EncryptionType.Methods in com.azure.resourcemanager.compute.models that return EncryptionType Modifier and Type Method Description static EncryptionTypeEncryptionType. fromString(String name)Creates or finds a EncryptionType from its string representation.EncryptionTypeEncryption. 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 EncryptionType Modifier and Type Method Description static Collection<EncryptionType>EncryptionType. values()Methods in com.azure.resourcemanager.compute.models with parameters of type EncryptionType Modifier and Type Method Description Disk.UpdateDisk.UpdateStages.WithDiskEncryption. withDiskEncryptionSet(String diskEncryptionSetId, EncryptionType encryptionType)Specifies the disk encryption set.EncryptionEncryption. withType(EncryptionType type)Set the type property: The type of key used to encrypt the data of the disk.
-