Uses of Class
com.microsoft.azure.keyvault.models.DeletedStorageBundle
-
Packages that use DeletedStorageBundle 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 DeletedStorageBundle in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return DeletedStorageBundle Modifier and Type Method Description DeletedStorageBundle
KeyVaultClientBase. deleteStorageAccount(String vaultBaseUrl, String storageAccountName)
Deletes a storage account.DeletedStorageBundle
KeyVaultClientBase. getDeletedStorageAccount(String vaultBaseUrl, String storageAccountName)
Gets the specified deleted storage account.Methods in com.microsoft.azure.keyvault that return types with arguments of type DeletedStorageBundle Modifier and Type Method Description rx.Observable<DeletedStorageBundle>
KeyVaultClientBase. deleteStorageAccountAsync(String vaultBaseUrl, String storageAccountName)
Deletes a storage account.com.microsoft.rest.ServiceFuture<DeletedStorageBundle>
KeyVaultClientBase. deleteStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Deletes a storage account.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedStorageBundle>>
KeyVaultClientBase. deleteStorageAccountWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName)
Deletes a storage account.rx.Observable<DeletedStorageBundle>
KeyVaultClientBase. getDeletedStorageAccountAsync(String vaultBaseUrl, String storageAccountName)
Gets the specified deleted storage account.com.microsoft.rest.ServiceFuture<DeletedStorageBundle>
KeyVaultClientBase. getDeletedStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Gets the specified deleted storage account.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedStorageBundle>>
KeyVaultClientBase. getDeletedStorageAccountWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName)
Gets the specified deleted storage account.Method parameters in com.microsoft.azure.keyvault with type arguments of type DeletedStorageBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<DeletedStorageBundle>
KeyVaultClientBase. deleteStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Deletes a storage account.com.microsoft.rest.ServiceFuture<DeletedStorageBundle>
KeyVaultClientBase. getDeletedStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Gets the specified deleted storage account. -
Uses of DeletedStorageBundle in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return DeletedStorageBundle Modifier and Type Method Description DeletedStorageBundle
KeyVaultClientBaseImpl. deleteStorageAccount(String vaultBaseUrl, String storageAccountName)
Deletes a storage account.DeletedStorageBundle
KeyVaultClientBaseImpl. getDeletedStorageAccount(String vaultBaseUrl, String storageAccountName)
Gets the specified deleted storage account.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type DeletedStorageBundle Modifier and Type Method Description rx.Observable<DeletedStorageBundle>
KeyVaultClientBaseImpl. deleteStorageAccountAsync(String vaultBaseUrl, String storageAccountName)
Deletes a storage account.com.microsoft.rest.ServiceFuture<DeletedStorageBundle>
KeyVaultClientBaseImpl. deleteStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Deletes a storage account.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedStorageBundle>>
KeyVaultClientBaseImpl. deleteStorageAccountWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName)
Deletes a storage account.rx.Observable<DeletedStorageBundle>
KeyVaultClientBaseImpl. getDeletedStorageAccountAsync(String vaultBaseUrl, String storageAccountName)
Gets the specified deleted storage account.com.microsoft.rest.ServiceFuture<DeletedStorageBundle>
KeyVaultClientBaseImpl. getDeletedStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Gets the specified deleted storage account.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedStorageBundle>>
KeyVaultClientBaseImpl. getDeletedStorageAccountWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName)
Gets the specified deleted storage account.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type DeletedStorageBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<DeletedStorageBundle>
KeyVaultClientBaseImpl. deleteStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Deletes a storage account.com.microsoft.rest.ServiceFuture<DeletedStorageBundle>
KeyVaultClientBaseImpl. getDeletedStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<DeletedStorageBundle> serviceCallback)
Gets the specified deleted storage account. -
Uses of DeletedStorageBundle in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return DeletedStorageBundle Modifier and Type Method Description DeletedStorageBundle
DeletedStorageBundle. withRecoveryId(String recoveryId)
Set the recoveryId value.
-