Uses of Class
com.azure.resourcemanager.netapp.models.KeySource
Packages that use KeySource
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of KeySource in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as KeySourceModifier and TypeFieldDescriptionstatic final KeySource
KeySource.MICROSOFT_KEY_VAULT
Static value Microsoft.KeyVault for KeySource.static final KeySource
KeySource.MICROSOFT_NET_APP
Static value Microsoft.NetApp for KeySource.Methods in com.azure.resourcemanager.netapp.models that return KeySourceModifier and TypeMethodDescriptionstatic KeySource
KeySource.fromString
(String name) Creates or finds a KeySource from its string representation.AccountEncryption.keySource()
Get the keySource property: The encryption keySource (provider).Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type KeySourceModifier and TypeMethodDescriptionstatic Collection
<KeySource> KeySource.values()
Gets known KeySource values.Methods in com.azure.resourcemanager.netapp.models with parameters of type KeySourceModifier and TypeMethodDescriptionAccountEncryption.withKeySource
(KeySource keySource) Set the keySource property: The encryption keySource (provider).