Uses of Class
com.azure.resourcemanager.netapp.models.EncryptionKeySource
Packages that use EncryptionKeySource
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of EncryptionKeySource in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return EncryptionKeySourceModifier and TypeMethodDescriptionVolumeInner.encryptionKeySource()Get the encryptionKeySource property: Source of key used to encrypt data in volume.VolumeProperties.encryptionKeySource()Get the encryptionKeySource property: Source of key used to encrypt data in volume.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type EncryptionKeySourceModifier and TypeMethodDescriptionVolumeInner.withEncryptionKeySource(EncryptionKeySource encryptionKeySource) Set the encryptionKeySource property: Source of key used to encrypt data in volume.VolumeProperties.withEncryptionKeySource(EncryptionKeySource encryptionKeySource) Set the encryptionKeySource property: Source of key used to encrypt data in volume. -
Uses of EncryptionKeySource in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as EncryptionKeySourceModifier and TypeFieldDescriptionstatic final EncryptionKeySourceEncryptionKeySource.MICROSOFT_KEY_VAULTStatic value Microsoft.KeyVault for EncryptionKeySource.static final EncryptionKeySourceEncryptionKeySource.MICROSOFT_NET_APPStatic value Microsoft.NetApp for EncryptionKeySource.Methods in com.azure.resourcemanager.netapp.models that return EncryptionKeySourceModifier and TypeMethodDescriptionVolume.encryptionKeySource()Gets the encryptionKeySource property: Source of key used to encrypt data in volume.VolumeGroupVolumeProperties.encryptionKeySource()Get the encryptionKeySource property: Source of key used to encrypt data in volume.static EncryptionKeySourceEncryptionKeySource.fromString(String name) Creates or finds a EncryptionKeySource from its string representation.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type EncryptionKeySourceModifier and TypeMethodDescriptionstatic Collection<EncryptionKeySource> EncryptionKeySource.values()Gets known EncryptionKeySource values.Methods in com.azure.resourcemanager.netapp.models with parameters of type EncryptionKeySourceModifier and TypeMethodDescriptionVolume.DefinitionStages.WithEncryptionKeySource.withEncryptionKeySource(EncryptionKeySource encryptionKeySource) Specifies the encryptionKeySource property: Source of key used to encrypt data in volume.VolumeGroupVolumeProperties.withEncryptionKeySource(EncryptionKeySource encryptionKeySource) Set the encryptionKeySource property: Source of key used to encrypt data in volume.