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 EncryptionKeySource
EncryptionKeySource.MICROSOFT_KEY_VAULT
Static value Microsoft.KeyVault for EncryptionKeySource.static final EncryptionKeySource
EncryptionKeySource.MICROSOFT_NET_APP
Static 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 EncryptionKeySource
EncryptionKeySource.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.