Uses of Class
com.microsoft.azure.keyvault.models.BackupStorageResult
-
Packages that use BackupStorageResult 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. -
-
Uses of BackupStorageResult in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return BackupStorageResult Modifier and Type Method Description BackupStorageResult
KeyVaultClientBase. backupStorageAccount(String vaultBaseUrl, String storageAccountName)
Backs up the specified storage account.Methods in com.microsoft.azure.keyvault that return types with arguments of type BackupStorageResult Modifier and Type Method Description rx.Observable<BackupStorageResult>
KeyVaultClientBase. backupStorageAccountAsync(String vaultBaseUrl, String storageAccountName)
Backs up the specified storage account.com.microsoft.rest.ServiceFuture<BackupStorageResult>
KeyVaultClientBase. backupStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<BackupStorageResult> serviceCallback)
Backs up the specified storage account.rx.Observable<com.microsoft.rest.ServiceResponse<BackupStorageResult>>
KeyVaultClientBase. backupStorageAccountWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName)
Backs up the specified storage account.Method parameters in com.microsoft.azure.keyvault with type arguments of type BackupStorageResult Modifier and Type Method Description com.microsoft.rest.ServiceFuture<BackupStorageResult>
KeyVaultClientBase. backupStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<BackupStorageResult> serviceCallback)
Backs up the specified storage account. -
Uses of BackupStorageResult in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return BackupStorageResult Modifier and Type Method Description BackupStorageResult
KeyVaultClientBaseImpl. backupStorageAccount(String vaultBaseUrl, String storageAccountName)
Backs up the specified storage account.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type BackupStorageResult Modifier and Type Method Description rx.Observable<BackupStorageResult>
KeyVaultClientBaseImpl. backupStorageAccountAsync(String vaultBaseUrl, String storageAccountName)
Backs up the specified storage account.com.microsoft.rest.ServiceFuture<BackupStorageResult>
KeyVaultClientBaseImpl. backupStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<BackupStorageResult> serviceCallback)
Backs up the specified storage account.rx.Observable<com.microsoft.rest.ServiceResponse<BackupStorageResult>>
KeyVaultClientBaseImpl. backupStorageAccountWithServiceResponseAsync(String vaultBaseUrl, String storageAccountName)
Backs up the specified storage account.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type BackupStorageResult Modifier and Type Method Description com.microsoft.rest.ServiceFuture<BackupStorageResult>
KeyVaultClientBaseImpl. backupStorageAccountAsync(String vaultBaseUrl, String storageAccountName, com.microsoft.rest.ServiceCallback<BackupStorageResult> serviceCallback)
Backs up the specified storage account.
-