Uses of Class
com.microsoft.azure.keyvault.models.KeyUpdateParameters
-
Packages that use KeyUpdateParameters Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of KeyUpdateParameters in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return KeyUpdateParameters Modifier and Type Method Description KeyUpdateParameters
KeyUpdateParameters. withKeyAttributes(KeyAttributes keyAttributes)
Set the keyAttributes value.KeyUpdateParameters
KeyUpdateParameters. withKeyOps(List<JsonWebKeyOperation> keyOps)
Set the keyOps value.KeyUpdateParameters
KeyUpdateParameters. withTags(Map<String,String> tags)
Set the tags value.
-