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 KeyUpdateParametersKeyUpdateParameters. withKeyAttributes(KeyAttributes keyAttributes)Set the keyAttributes value.KeyUpdateParametersKeyUpdateParameters. withKeyOps(List<JsonWebKeyOperation> keyOps)Set the keyOps value.KeyUpdateParametersKeyUpdateParameters. withTags(Map<String,String> tags)Set the tags value.
-