Uses of Class
com.azure.resourcemanager.compute.models.ConfidentialVMEncryptionType
Packages that use ConfidentialVMEncryptionType
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ConfidentialVMEncryptionType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type ConfidentialVMEncryptionType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classconfidential VM encryption types.Fields in com.azure.resourcemanager.compute.models declared as ConfidentialVMEncryptionTypeModifier and TypeFieldDescriptionstatic final ConfidentialVMEncryptionTypeConfidentialVMEncryptionType.ENCRYPTED_VMGUEST_STATE_ONLY_WITH_PMKStatic value EncryptedVMGuestStateOnlyWithPmk for ConfidentialVMEncryptionType.static final ConfidentialVMEncryptionTypeConfidentialVMEncryptionType.ENCRYPTED_WITH_CMKStatic value EncryptedWithCmk for ConfidentialVMEncryptionType.static final ConfidentialVMEncryptionTypeConfidentialVMEncryptionType.ENCRYPTED_WITH_PMKStatic value EncryptedWithPmk for ConfidentialVMEncryptionType.static final ConfidentialVMEncryptionTypeConfidentialVMEncryptionType.NON_PERSISTED_TPMStatic value NonPersistedTPM for ConfidentialVMEncryptionType.Methods in com.azure.resourcemanager.compute.models that return ConfidentialVMEncryptionTypeModifier and TypeMethodDescriptionOSDiskImageSecurityProfile.confidentialVMEncryptionType()Get the confidentialVMEncryptionType property: confidential VM encryption types.static ConfidentialVMEncryptionTypeConfidentialVMEncryptionType.fromString(String name) Creates or finds a ConfidentialVMEncryptionType from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ConfidentialVMEncryptionTypeModifier and TypeMethodDescriptionConfidentialVMEncryptionType.values()Gets known ConfidentialVMEncryptionType values.Methods in com.azure.resourcemanager.compute.models with parameters of type ConfidentialVMEncryptionTypeModifier and TypeMethodDescriptionOSDiskImageSecurityProfile.withConfidentialVMEncryptionType(ConfidentialVMEncryptionType confidentialVMEncryptionType) Set the confidentialVMEncryptionType property: confidential VM encryption types.