Uses of Class
com.microsoft.azure.keyvault.models.DeletedCertificateBundle
-
Packages that use DeletedCertificateBundle 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 DeletedCertificateBundle in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return DeletedCertificateBundle Modifier and Type Method Description DeletedCertificateBundle
KeyVaultClientBase. deleteCertificate(String vaultBaseUrl, String certificateName)
Deletes a certificate from a specified key vault.DeletedCertificateBundle
KeyVaultClientBase. getDeletedCertificate(String vaultBaseUrl, String certificateName)
Retrieves information about the specified deleted certificate.Methods in com.microsoft.azure.keyvault that return types with arguments of type DeletedCertificateBundle Modifier and Type Method Description rx.Observable<DeletedCertificateBundle>
KeyVaultClientBase. deleteCertificateAsync(String vaultBaseUrl, String certificateName)
Deletes a certificate from a specified key vault.com.microsoft.rest.ServiceFuture<DeletedCertificateBundle>
KeyVaultClientBase. deleteCertificateAsync(String vaultBaseUrl, String certificateName, com.microsoft.rest.ServiceCallback<DeletedCertificateBundle> serviceCallback)
Deletes a certificate from a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedCertificateBundle>>
KeyVaultClientBase. deleteCertificateWithServiceResponseAsync(String vaultBaseUrl, String certificateName)
Deletes a certificate from a specified key vault.rx.Observable<DeletedCertificateBundle>
KeyVaultClientBase. getDeletedCertificateAsync(String vaultBaseUrl, String certificateName)
Retrieves information about the specified deleted certificate.com.microsoft.rest.ServiceFuture<DeletedCertificateBundle>
KeyVaultClientBase. getDeletedCertificateAsync(String vaultBaseUrl, String certificateName, com.microsoft.rest.ServiceCallback<DeletedCertificateBundle> serviceCallback)
Retrieves information about the specified deleted certificate.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedCertificateBundle>>
KeyVaultClientBase. getDeletedCertificateWithServiceResponseAsync(String vaultBaseUrl, String certificateName)
Retrieves information about the specified deleted certificate.Method parameters in com.microsoft.azure.keyvault with type arguments of type DeletedCertificateBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<DeletedCertificateBundle>
KeyVaultClientBase. deleteCertificateAsync(String vaultBaseUrl, String certificateName, com.microsoft.rest.ServiceCallback<DeletedCertificateBundle> serviceCallback)
Deletes a certificate from a specified key vault.com.microsoft.rest.ServiceFuture<DeletedCertificateBundle>
KeyVaultClientBase. getDeletedCertificateAsync(String vaultBaseUrl, String certificateName, com.microsoft.rest.ServiceCallback<DeletedCertificateBundle> serviceCallback)
Retrieves information about the specified deleted certificate. -
Uses of DeletedCertificateBundle in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return DeletedCertificateBundle Modifier and Type Method Description DeletedCertificateBundle
KeyVaultClientBaseImpl. deleteCertificate(String vaultBaseUrl, String certificateName)
Deletes a certificate from a specified key vault.DeletedCertificateBundle
KeyVaultClientBaseImpl. getDeletedCertificate(String vaultBaseUrl, String certificateName)
Retrieves information about the specified deleted certificate.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type DeletedCertificateBundle Modifier and Type Method Description rx.Observable<DeletedCertificateBundle>
KeyVaultClientBaseImpl. deleteCertificateAsync(String vaultBaseUrl, String certificateName)
Deletes a certificate from a specified key vault.com.microsoft.rest.ServiceFuture<DeletedCertificateBundle>
KeyVaultClientBaseImpl. deleteCertificateAsync(String vaultBaseUrl, String certificateName, com.microsoft.rest.ServiceCallback<DeletedCertificateBundle> serviceCallback)
Deletes a certificate from a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedCertificateBundle>>
KeyVaultClientBaseImpl. deleteCertificateWithServiceResponseAsync(String vaultBaseUrl, String certificateName)
Deletes a certificate from a specified key vault.rx.Observable<DeletedCertificateBundle>
KeyVaultClientBaseImpl. getDeletedCertificateAsync(String vaultBaseUrl, String certificateName)
Retrieves information about the specified deleted certificate.com.microsoft.rest.ServiceFuture<DeletedCertificateBundle>
KeyVaultClientBaseImpl. getDeletedCertificateAsync(String vaultBaseUrl, String certificateName, com.microsoft.rest.ServiceCallback<DeletedCertificateBundle> serviceCallback)
Retrieves information about the specified deleted certificate.rx.Observable<com.microsoft.rest.ServiceResponse<DeletedCertificateBundle>>
KeyVaultClientBaseImpl. getDeletedCertificateWithServiceResponseAsync(String vaultBaseUrl, String certificateName)
Retrieves information about the specified deleted certificate.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type DeletedCertificateBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<DeletedCertificateBundle>
KeyVaultClientBaseImpl. deleteCertificateAsync(String vaultBaseUrl, String certificateName, com.microsoft.rest.ServiceCallback<DeletedCertificateBundle> serviceCallback)
Deletes a certificate from a specified key vault.com.microsoft.rest.ServiceFuture<DeletedCertificateBundle>
KeyVaultClientBaseImpl. getDeletedCertificateAsync(String vaultBaseUrl, String certificateName, com.microsoft.rest.ServiceCallback<DeletedCertificateBundle> serviceCallback)
Retrieves information about the specified deleted certificate. -
Uses of DeletedCertificateBundle in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return DeletedCertificateBundle Modifier and Type Method Description DeletedCertificateBundle
DeletedCertificateBundle. withRecoveryId(String recoveryId)
Set the recoveryId value.
-