Uses of Class
com.microsoft.azure.keyvault.models.BackupKeyResult
-
Packages that use BackupKeyResult 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 BackupKeyResult in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return BackupKeyResult Modifier and Type Method Description BackupKeyResult
KeyVaultClientBase. backupKey(String vaultBaseUrl, String keyName)
Requests that a backup of the specified key be downloaded to the client.Methods in com.microsoft.azure.keyvault that return types with arguments of type BackupKeyResult Modifier and Type Method Description rx.Observable<BackupKeyResult>
KeyVaultClientBase. backupKeyAsync(String vaultBaseUrl, String keyName)
Requests that a backup of the specified key be downloaded to the client.com.microsoft.rest.ServiceFuture<BackupKeyResult>
KeyVaultClientBase. backupKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<BackupKeyResult> serviceCallback)
Requests that a backup of the specified key be downloaded to the client.rx.Observable<com.microsoft.rest.ServiceResponse<BackupKeyResult>>
KeyVaultClientBase. backupKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName)
Requests that a backup of the specified key be downloaded to the client.Method parameters in com.microsoft.azure.keyvault with type arguments of type BackupKeyResult Modifier and Type Method Description com.microsoft.rest.ServiceFuture<BackupKeyResult>
KeyVaultClientBase. backupKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<BackupKeyResult> serviceCallback)
Requests that a backup of the specified key be downloaded to the client. -
Uses of BackupKeyResult in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return BackupKeyResult Modifier and Type Method Description BackupKeyResult
KeyVaultClientBaseImpl. backupKey(String vaultBaseUrl, String keyName)
Requests that a backup of the specified key be downloaded to the client.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type BackupKeyResult Modifier and Type Method Description rx.Observable<BackupKeyResult>
KeyVaultClientBaseImpl. backupKeyAsync(String vaultBaseUrl, String keyName)
Requests that a backup of the specified key be downloaded to the client.com.microsoft.rest.ServiceFuture<BackupKeyResult>
KeyVaultClientBaseImpl. backupKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<BackupKeyResult> serviceCallback)
Requests that a backup of the specified key be downloaded to the client.rx.Observable<com.microsoft.rest.ServiceResponse<BackupKeyResult>>
KeyVaultClientBaseImpl. backupKeyWithServiceResponseAsync(String vaultBaseUrl, String keyName)
Requests that a backup of the specified key be downloaded to the client.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type BackupKeyResult Modifier and Type Method Description com.microsoft.rest.ServiceFuture<BackupKeyResult>
KeyVaultClientBaseImpl. backupKeyAsync(String vaultBaseUrl, String keyName, com.microsoft.rest.ServiceCallback<BackupKeyResult> serviceCallback)
Requests that a backup of the specified key be downloaded to the client.
-