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