Uses of Class
com.microsoft.azure.keyvault.models.DeletedKeyBundle
-
Packages that use DeletedKeyBundle 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.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of DeletedKeyBundle in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return DeletedKeyBundle Modifier and Type Method Description DeletedKeyBundle
KeyVaultClientBase. deleteKey(String vaultBaseUrl, String keyName)
Deletes a key of any type from storage in Azure Key Vault.DeletedKeyBundle
KeyVaultClientBase. getDeletedKey(String vaultBaseUrl, String keyName)
Gets the public part of a deleted key.Methods in com.microsoft.azure.keyvault that return types with arguments of type DeletedKeyBundle Modifier and Type Method Description rx.Observable<DeletedKeyBundle>
KeyVaultClientBase. deleteKeyAsync(String vaultBaseUrl, String keyName)
Deletes a key of any type from storage in Azure Key Vault.com.microsoft.rest.ServiceFuture<DeletedKeyBundle>
KeyVaultClientBase. deleteKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Deletes a key of any type from storage in Azure Key Vault.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedKeyBundle>>
KeyVaultClientBase. deleteKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName)
Deletes a key of any type from storage in Azure Key Vault.rx.Observable<DeletedKeyBundle>
KeyVaultClientBase. getDeletedKeyAsync(String vaultBaseUrl, String keyName)
Gets the public part of a deleted key.com.microsoft.rest.ServiceFuture<DeletedKeyBundle>
KeyVaultClientBase. getDeletedKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Gets the public part of a deleted key.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedKeyBundle>>
KeyVaultClientBase. getDeletedKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName)
Gets the public part of a deleted key.Method parameters in com.microsoft.azure.keyvault with type arguments of type DeletedKeyBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<DeletedKeyBundle>
KeyVaultClientBase. deleteKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Deletes a key of any type from storage in Azure Key Vault.com.microsoft.rest.ServiceFuture<DeletedKeyBundle>
KeyVaultClientBase. getDeletedKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Gets the public part of a deleted key. -
Uses of DeletedKeyBundle in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return DeletedKeyBundle Modifier and Type Method Description DeletedKeyBundle
KeyVaultClientBaseImpl. deleteKey(String vaultBaseUrl, String keyName)
Deletes a key of any type from storage in Azure Key Vault.DeletedKeyBundle
KeyVaultClientBaseImpl. getDeletedKey(String vaultBaseUrl, String keyName)
Gets the public part of a deleted key.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type DeletedKeyBundle Modifier and Type Method Description rx.Observable<DeletedKeyBundle>
KeyVaultClientBaseImpl. deleteKeyAsync(String vaultBaseUrl, String keyName)
Deletes a key of any type from storage in Azure Key Vault.com.microsoft.rest.ServiceFuture<DeletedKeyBundle>
KeyVaultClientBaseImpl. deleteKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Deletes a key of any type from storage in Azure Key Vault.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedKeyBundle>>
KeyVaultClientBaseImpl. deleteKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName)
Deletes a key of any type from storage in Azure Key Vault.rx.Observable<DeletedKeyBundle>
KeyVaultClientBaseImpl. getDeletedKeyAsync(String vaultBaseUrl, String keyName)
Gets the public part of a deleted key.com.microsoft.rest.ServiceFuture<DeletedKeyBundle>
KeyVaultClientBaseImpl. getDeletedKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Gets the public part of a deleted key.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedKeyBundle>>
KeyVaultClientBaseImpl. getDeletedKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName)
Gets the public part of a deleted key.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type DeletedKeyBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<DeletedKeyBundle>
KeyVaultClientBaseImpl. deleteKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Deletes a key of any type from storage in Azure Key Vault.com.microsoft.rest.ServiceFuture<DeletedKeyBundle>
KeyVaultClientBaseImpl. getDeletedKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<DeletedKeyBundle> serviceCallback)
Gets the public part of a deleted key. -
Uses of DeletedKeyBundle in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return DeletedKeyBundle Modifier and Type Method Description DeletedKeyBundle
DeletedKeyBundle. withRecoveryId(String recoveryId)
Set the recoveryId value.
-