| 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.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<DeletedCertificateItem> |
KeyVaultClientBase.getDeletedCertificates(String vaultBaseUrl)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.azure.PagedList<DeletedCertificateItem> |
KeyVaultClientCustom.getDeletedCertificates(String vaultBaseUrl,
Integer maxresults)
Lists the deleted certificates in the specified vault currently available for
recovery.
|
com.microsoft.azure.PagedList<DeletedCertificateItem> |
KeyVaultClientBase.getDeletedCertificates(String vaultBaseUrl,
Integer maxresults,
Boolean includePending)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.azure.Page<DeletedCertificateItem>> |
KeyVaultClientBase.getDeletedCertificatesAsync(String vaultBaseUrl)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.azure.Page<DeletedCertificateItem>> |
KeyVaultClientCustom.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults)
Lists the deleted certificates in the specified vault currently available for
recovery.
|
rx.Observable<com.microsoft.azure.Page<DeletedCertificateItem>> |
KeyVaultClientBase.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
Boolean includePending)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBase.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
Boolean includePending,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientCustom.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for
recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBase.getDeletedCertificatesAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.azure.PagedList<DeletedCertificateItem> |
KeyVaultClientBase.getDeletedCertificatesNext(String nextPageLink)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.azure.Page<DeletedCertificateItem>> |
KeyVaultClientBase.getDeletedCertificatesNextAsync(String nextPageLink)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBase.getDeletedCertificatesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientBase.getDeletedCertificatesNextWithServiceResponseAsync(String nextPageLink)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientBase.getDeletedCertificatesWithServiceResponseAsync(String vaultBaseUrl)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientCustom.getDeletedCertificatesWithServiceResponseAsync(String vaultBaseUrl,
Integer maxresults)
Lists the deleted certificates in the specified vault currently available for
recovery.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientBase.getDeletedCertificatesWithServiceResponseAsync(String vaultBaseUrl,
Integer maxresults,
Boolean includePending)
Lists the deleted certificates in the specified vault currently available for recovery.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBase.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
Boolean includePending,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientCustom.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for
recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBase.getDeletedCertificatesAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBase.getDeletedCertificatesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBase.getDeletedCertificatesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<DeletedCertificateItem> |
KeyVaultClientBaseImpl.getDeletedCertificates(String vaultBaseUrl)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.azure.PagedList<DeletedCertificateItem> |
KeyVaultClientCustomImpl.getDeletedCertificates(String vaultBaseUrl,
Integer maxresults) |
com.microsoft.azure.PagedList<DeletedCertificateItem> |
KeyVaultClientBaseImpl.getDeletedCertificates(String vaultBaseUrl,
Integer maxresults,
Boolean includePending)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.azure.Page<DeletedCertificateItem>> |
KeyVaultClientBaseImpl.getDeletedCertificatesAsync(String vaultBaseUrl)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.azure.Page<DeletedCertificateItem>> |
KeyVaultClientCustomImpl.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults) |
rx.Observable<com.microsoft.azure.Page<DeletedCertificateItem>> |
KeyVaultClientBaseImpl.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
Boolean includePending)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBaseImpl.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
Boolean includePending,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientCustomImpl.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback) |
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBaseImpl.getDeletedCertificatesAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.azure.PagedList<DeletedCertificateItem> |
KeyVaultClientBaseImpl.getDeletedCertificatesNext(String nextPageLink)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.azure.Page<DeletedCertificateItem>> |
KeyVaultClientBaseImpl.getDeletedCertificatesNextAsync(String nextPageLink)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBaseImpl.getDeletedCertificatesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientBaseImpl.getDeletedCertificatesNextSinglePageAsync(String nextPageLink)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientBaseImpl.getDeletedCertificatesNextWithServiceResponseAsync(String nextPageLink)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientBaseImpl.getDeletedCertificatesSinglePageAsync(String vaultBaseUrl)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientBaseImpl.getDeletedCertificatesSinglePageAsync(String vaultBaseUrl,
Integer maxresults,
Boolean includePending)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientBaseImpl.getDeletedCertificatesWithServiceResponseAsync(String vaultBaseUrl)
Lists the deleted certificates in the specified vault currently available for recovery.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientCustomImpl.getDeletedCertificatesWithServiceResponseAsync(String vaultBaseUrl,
Integer maxresults) |
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DeletedCertificateItem>>> |
KeyVaultClientBaseImpl.getDeletedCertificatesWithServiceResponseAsync(String vaultBaseUrl,
Integer maxresults,
Boolean includePending)
Lists the deleted certificates in the specified vault currently available for recovery.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBaseImpl.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
Boolean includePending,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientCustomImpl.getDeletedCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback) |
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBaseImpl.getDeletedCertificatesAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBaseImpl.getDeletedCertificatesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> |
KeyVaultClientBaseImpl.getDeletedCertificatesNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<DeletedCertificateItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<DeletedCertificateItem> serviceCallback)
Lists the deleted certificates in the specified vault currently available for recovery.
|
| Modifier and Type | Method and Description |
|---|---|
DeletedCertificateItem |
DeletedCertificateItem.withRecoveryId(String recoveryId)
Set the recoveryId value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/