Uses of Interface
com.azure.resourcemanager.keyvault.models.Key.UpdateWithImport
-
Packages that use Key.UpdateWithImport Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of Key.UpdateWithImport in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return Key.UpdateWithImport Modifier and Type Method Description Key.UpdateWithImportKey.UpdateStages.WithHsm. withHsm(boolean isHsm)Specifies whether to store the key in hardware security modules.Key.UpdateWithImportKey.UpdateStages.WithKey. withLocalKeyToImport(com.azure.security.keyvault.keys.models.JsonWebKey key)Specifies an existing key to import as a new version.
-