Uses of Class
com.azure.resourcemanager.compute.models.SecurityEncryptionTypes
Packages that use SecurityEncryptionTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SecurityEncryptionTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type SecurityEncryptionTypes in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the EncryptionType of the managed disk.Fields in com.azure.resourcemanager.compute.models declared as SecurityEncryptionTypesModifier and TypeFieldDescriptionstatic final SecurityEncryptionTypesSecurityEncryptionTypes.DISK_WITH_VMGUEST_STATEStatic value DiskWithVMGuestState for SecurityEncryptionTypes.static final SecurityEncryptionTypesSecurityEncryptionTypes.NON_PERSISTED_TPMStatic value NonPersistedTPM for SecurityEncryptionTypes.static final SecurityEncryptionTypesSecurityEncryptionTypes.VMGUEST_STATE_ONLYStatic value VMGuestStateOnly for SecurityEncryptionTypes.Methods in com.azure.resourcemanager.compute.models that return SecurityEncryptionTypesModifier and TypeMethodDescriptionstatic SecurityEncryptionTypesSecurityEncryptionTypes.fromString(String name) Creates or finds a SecurityEncryptionTypes from its string representation.VMDiskSecurityProfile.securityEncryptionType()Get the securityEncryptionType property: Specifies the EncryptionType of the managed disk.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SecurityEncryptionTypesModifier and TypeMethodDescriptionstatic Collection<SecurityEncryptionTypes> SecurityEncryptionTypes.values()Gets known SecurityEncryptionTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type SecurityEncryptionTypesModifier and TypeMethodDescriptionVMDiskSecurityProfile.withSecurityEncryptionType(SecurityEncryptionTypes securityEncryptionType) Set the securityEncryptionType property: Specifies the EncryptionType of the managed disk.