Uses of Class
com.microsoft.azure.keyvault.requests.UpdateSecretRequest
-
Packages that use UpdateSecretRequest 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 UpdateSecretRequest in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault with parameters of type UpdateSecretRequest Modifier and Type Method Description SecretBundleKeyVaultClientCustom. updateSecret(UpdateSecretRequest updateSecretRequest)Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>KeyVaultClientCustom. updateSecretAsync(UpdateSecretRequest updateSecretRequest, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)Updates the attributes associated with a specified secret in a given key vault. -
Uses of UpdateSecretRequest in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation with parameters of type UpdateSecretRequest Modifier and Type Method Description SecretBundleKeyVaultClientCustomImpl. updateSecret(UpdateSecretRequest updateSecretRequest)Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>KeyVaultClientCustomImpl. updateSecretAsync(UpdateSecretRequest updateSecretRequest, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)Updates the attributes associated with a specified secret in a given key vault. -
Uses of UpdateSecretRequest in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return UpdateSecretRequest Modifier and Type Method Description UpdateSecretRequestUpdateSecretRequest.Builder. build()builds theUpdateSecretRequestobject.
-