Uses of Class
com.azure.resourcemanager.compute.models.SecurityEncryptionTypes
-
Packages that use SecurityEncryptionTypes Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SecurityEncryptionTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as SecurityEncryptionTypes Modifier and Type Field Description static SecurityEncryptionTypesSecurityEncryptionTypes. DISK_WITH_VMGUEST_STATEStatic value DiskWithVMGuestState for SecurityEncryptionTypes.static SecurityEncryptionTypesSecurityEncryptionTypes. VMGUEST_STATE_ONLYStatic value VMGuestStateOnly for SecurityEncryptionTypes.Methods in com.azure.resourcemanager.compute.models that return SecurityEncryptionTypes Modifier and Type Method Description static SecurityEncryptionTypesSecurityEncryptionTypes. fromString(String name)Creates or finds a SecurityEncryptionTypes from its string representation.SecurityEncryptionTypesVMDiskSecurityProfile. 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 SecurityEncryptionTypes Modifier and Type Method Description static Collection<SecurityEncryptionTypes>SecurityEncryptionTypes. values()Methods in com.azure.resourcemanager.compute.models with parameters of type SecurityEncryptionTypes Modifier and Type Method Description VMDiskSecurityProfileVMDiskSecurityProfile. withSecurityEncryptionType(SecurityEncryptionTypes securityEncryptionType)Set the securityEncryptionType property: Specifies the EncryptionType of the managed disk.
-