Uses of Class
com.azure.resourcemanager.compute.models.DiskEncryptionSetType
-
Packages that use DiskEncryptionSetType Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of DiskEncryptionSetType in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiskEncryptionSetType Modifier and Type Method Description DiskEncryptionSetTypeDiskEncryptionSetInner. encryptionType()Get the encryptionType property: The type of key used to encrypt the data of the disk.DiskEncryptionSetTypeDiskEncryptionSetUpdateProperties. encryptionType()Get the encryptionType property: The type of key used to encrypt the data of the disk.DiskEncryptionSetTypeEncryptionSetProperties. encryptionType()Get the encryptionType property: The type of key used to encrypt the data of the disk.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type DiskEncryptionSetType Modifier and Type Method Description DiskEncryptionSetInnerDiskEncryptionSetInner. withEncryptionType(DiskEncryptionSetType encryptionType)Set the encryptionType property: The type of key used to encrypt the data of the disk.DiskEncryptionSetUpdatePropertiesDiskEncryptionSetUpdateProperties. withEncryptionType(DiskEncryptionSetType encryptionType)Set the encryptionType property: The type of key used to encrypt the data of the disk.EncryptionSetPropertiesEncryptionSetProperties. withEncryptionType(DiskEncryptionSetType encryptionType)Set the encryptionType property: The type of key used to encrypt the data of the disk. -
Uses of DiskEncryptionSetType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as DiskEncryptionSetType Modifier and Type Field Description static DiskEncryptionSetTypeDiskEncryptionSetType. CONFIDENTIAL_VM_ENCRYPTED_WITH_CUSTOMER_KEYStatic value ConfidentialVmEncryptedWithCustomerKey for DiskEncryptionSetType.static DiskEncryptionSetTypeDiskEncryptionSetType. ENCRYPTION_AT_REST_WITH_CUSTOMER_KEYStatic value EncryptionAtRestWithCustomerKey for DiskEncryptionSetType.static DiskEncryptionSetTypeDiskEncryptionSetType. ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYSStatic value EncryptionAtRestWithPlatformAndCustomerKeys for DiskEncryptionSetType.Methods in com.azure.resourcemanager.compute.models that return DiskEncryptionSetType Modifier and Type Method Description DiskEncryptionSetTypeDiskEncryptionSetUpdate. encryptionType()Get the encryptionType property: The type of key used to encrypt the data of the disk.static DiskEncryptionSetTypeDiskEncryptionSetType. fromString(String name)Creates or finds a DiskEncryptionSetType from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskEncryptionSetType Modifier and Type Method Description static Collection<DiskEncryptionSetType>DiskEncryptionSetType. values()Methods in com.azure.resourcemanager.compute.models with parameters of type DiskEncryptionSetType Modifier and Type Method Description DiskEncryptionSetUpdateDiskEncryptionSetUpdate. withEncryptionType(DiskEncryptionSetType encryptionType)Set the encryptionType property: The type of key used to encrypt the data of the disk.
-