Uses of Interface
com.azure.resourcemanager.keyvault.models.Key.DefinitionStages.WithImport
-
Packages that use Key.DefinitionStages.WithImport Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of Key.DefinitionStages.WithImport in com.azure.resourcemanager.keyvault.models
Subinterfaces of Key.DefinitionStages.WithImport in com.azure.resourcemanager.keyvault.models Modifier and Type Interface Description static interfaceKey.DefinitionContainer interface for all the definitions.Methods in com.azure.resourcemanager.keyvault.models that return Key.DefinitionStages.WithImport Modifier and Type Method Description Key.DefinitionStages.WithImportKey.DefinitionStages.WithHsm. withHsm(boolean isHsm)Specifies whether to store the key in hardware security modules.Key.DefinitionStages.WithImportKey.DefinitionStages.WithKey. withLocalKeyToImport(com.azure.security.keyvault.keys.models.JsonWebKey key)Specifies an existing key to import.
-