Uses of Class
com.azure.resourcemanager.compute.models.DiskEncryptionSetType
Packages that use DiskEncryptionSetType
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 DiskEncryptionSetTypeModifier and TypeMethodDescriptionDiskEncryptionSetInner.encryptionType()Get the encryptionType property: The type of key used to encrypt the data of the disk.DiskEncryptionSetUpdateProperties.encryptionType()Get the encryptionType property: The type of key used to encrypt the data of the disk.EncryptionSetProperties.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 DiskEncryptionSetTypeModifier and TypeMethodDescriptionDiskEncryptionSetInner.withEncryptionType(DiskEncryptionSetType encryptionType) Set the encryptionType property: The type of key used to encrypt the data of the disk.DiskEncryptionSetUpdateProperties.withEncryptionType(DiskEncryptionSetType encryptionType) Set the encryptionType property: The type of key used to encrypt the data of the disk.EncryptionSetProperties.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
Subclasses with type arguments of type DiskEncryptionSetType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe type of key used to encrypt the data of the disk.Fields in com.azure.resourcemanager.compute.models declared as DiskEncryptionSetTypeModifier and TypeFieldDescriptionstatic final DiskEncryptionSetTypeDiskEncryptionSetType.CONFIDENTIAL_VM_ENCRYPTED_WITH_CUSTOMER_KEYStatic value ConfidentialVmEncryptedWithCustomerKey for DiskEncryptionSetType.static final DiskEncryptionSetTypeDiskEncryptionSetType.ENCRYPTION_AT_REST_WITH_CUSTOMER_KEYStatic value EncryptionAtRestWithCustomerKey for DiskEncryptionSetType.static final DiskEncryptionSetTypeDiskEncryptionSetType.ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYSStatic value EncryptionAtRestWithPlatformAndCustomerKeys for DiskEncryptionSetType.Methods in com.azure.resourcemanager.compute.models that return DiskEncryptionSetTypeModifier and TypeMethodDescriptionDiskEncryptionSet.encryptionType()Gets the type of key used to encrypt the data of the disk.DiskEncryptionSetUpdate.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 DiskEncryptionSetTypeModifier and TypeMethodDescriptionstatic Collection<DiskEncryptionSetType> DiskEncryptionSetType.values()Gets known DiskEncryptionSetType values.Methods in com.azure.resourcemanager.compute.models with parameters of type DiskEncryptionSetTypeModifier and TypeMethodDescriptionDiskEncryptionSet.DefinitionStages.WithEncryptionType.withEncryptionType(DiskEncryptionSetType type) Set the disk encryption set type.DiskEncryptionSetUpdate.withEncryptionType(DiskEncryptionSetType encryptionType) Set the encryptionType property: The type of key used to encrypt the data of the disk.