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