Uses of Class
com.microsoft.azure.keyvault.requests.UpdateKeyRequest
-
Packages that use UpdateKeyRequest Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient.com.microsoft.azure.keyvault.requests This package contains the classes for KeyVaultClient. -
-
Uses of UpdateKeyRequest in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault with parameters of type UpdateKeyRequest Modifier and Type Method Description KeyBundle
KeyVaultClientCustom. updateKey(UpdateKeyRequest updateKeyRequest)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. updateKeyAsync(UpdateKeyRequest updateKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault. -
Uses of UpdateKeyRequest in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation with parameters of type UpdateKeyRequest Modifier and Type Method Description KeyBundle
KeyVaultClientCustomImpl. updateKey(UpdateKeyRequest updateKeyRequest)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. updateKeyAsync(UpdateKeyRequest updateKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can be applied to any key type and key version stored in Azure Key Vault. -
Uses of UpdateKeyRequest in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return UpdateKeyRequest Modifier and Type Method Description UpdateKeyRequest
UpdateKeyRequest.Builder. build()
builds theUpdateKeyRequest
object.
-