| 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<KeyItem> |
KeyVaultClientBase.getKeys(String vaultBaseUrl)
List keys in the specified vault.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBase.getKeys(String vaultBaseUrl,
Integer maxresults)
List keys in the specified vault.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBase.getKeysAsync(String vaultBaseUrl)
List keys in the specified vault.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBase.getKeysAsync(String vaultBaseUrl,
Integer maxresults)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeysAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeysAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBase.getKeysNext(String nextPageLink)
List keys in the specified vault.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBase.getKeysNextAsync(String nextPageLink)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeysNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBase.getKeysNextWithServiceResponseAsync(String nextPageLink)
List keys in the specified vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBase.getKeysWithServiceResponseAsync(String vaultBaseUrl)
List keys in the specified vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBase.getKeysWithServiceResponseAsync(String vaultBaseUrl,
Integer maxresults)
List keys in the specified vault.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBase.getKeyVersions(String vaultBaseUrl,
String keyName)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBase.getKeyVersions(String vaultBaseUrl,
String keyName,
Integer maxresults)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBase.getKeyVersionsAsync(String vaultBaseUrl,
String keyName)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBase.getKeyVersionsAsync(String vaultBaseUrl,
String keyName,
Integer maxresults)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeyVersionsAsync(String vaultBaseUrl,
String keyName,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeyVersionsAsync(String vaultBaseUrl,
String keyName,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBase.getKeyVersionsNext(String nextPageLink)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBase.getKeyVersionsNextAsync(String nextPageLink)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeyVersionsNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBase.getKeyVersionsNextWithServiceResponseAsync(String nextPageLink)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBase.getKeyVersionsWithServiceResponseAsync(String vaultBaseUrl,
String keyName)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBase.getKeyVersionsWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
Integer maxresults)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientCustom.listKeys(String vaultBaseUrl)
List keys in the specified vault.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientCustom.listKeys(String vaultBaseUrl,
Integer maxresults)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustom.listKeysAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustom.listKeysAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientCustom.listKeyVersions(String vaultBaseUrl,
String keyName)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientCustom.listKeyVersions(String vaultBaseUrl,
String keyName,
Integer maxresults)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustom.listKeyVersionsAsync(String vaultBaseUrl,
String keyName,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustom.listKeyVersionsAsync(String vaultBaseUrl,
String keyName,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeysAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeysAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeysNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeysNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeyVersionsAsync(String vaultBaseUrl,
String keyName,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeyVersionsAsync(String vaultBaseUrl,
String keyName,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeyVersionsNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBase.getKeyVersionsNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustom.listKeysAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustom.listKeysAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustom.listKeyVersionsAsync(String vaultBaseUrl,
String keyName,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustom.listKeyVersionsAsync(String vaultBaseUrl,
String keyName,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBaseImpl.getKeys(String vaultBaseUrl)
List keys in the specified vault.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBaseImpl.getKeys(String vaultBaseUrl,
Integer maxresults)
List keys in the specified vault.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBaseImpl.getKeysAsync(String vaultBaseUrl)
List keys in the specified vault.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBaseImpl.getKeysAsync(String vaultBaseUrl,
Integer maxresults)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeysAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeysAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBaseImpl.getKeysNext(String nextPageLink)
List keys in the specified vault.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBaseImpl.getKeysNextAsync(String nextPageLink)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeysNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeysNextSinglePageAsync(String nextPageLink)
List keys in the specified vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeysNextWithServiceResponseAsync(String nextPageLink)
List keys in the specified vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeysSinglePageAsync(String vaultBaseUrl)
List keys in the specified vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeysSinglePageAsync(String vaultBaseUrl,
Integer maxresults)
List keys in the specified vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeysWithServiceResponseAsync(String vaultBaseUrl)
List keys in the specified vault.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeysWithServiceResponseAsync(String vaultBaseUrl,
Integer maxresults)
List keys in the specified vault.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBaseImpl.getKeyVersions(String vaultBaseUrl,
String keyName)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBaseImpl.getKeyVersions(String vaultBaseUrl,
String keyName,
Integer maxresults)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBaseImpl.getKeyVersionsAsync(String vaultBaseUrl,
String keyName)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBaseImpl.getKeyVersionsAsync(String vaultBaseUrl,
String keyName,
Integer maxresults)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeyVersionsAsync(String vaultBaseUrl,
String keyName,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeyVersionsAsync(String vaultBaseUrl,
String keyName,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientBaseImpl.getKeyVersionsNext(String nextPageLink)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.azure.Page<KeyItem>> |
KeyVaultClientBaseImpl.getKeyVersionsNextAsync(String nextPageLink)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeyVersionsNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeyVersionsNextSinglePageAsync(String nextPageLink)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeyVersionsNextWithServiceResponseAsync(String nextPageLink)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeyVersionsSinglePageAsync(String vaultBaseUrl,
String keyName)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeyVersionsSinglePageAsync(String vaultBaseUrl,
String keyName,
Integer maxresults)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeyVersionsWithServiceResponseAsync(String vaultBaseUrl,
String keyName)
Retrieves a list of individual key versions with the same key name.
|
rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<KeyItem>>> |
KeyVaultClientBaseImpl.getKeyVersionsWithServiceResponseAsync(String vaultBaseUrl,
String keyName,
Integer maxresults)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientCustomImpl.listKeys(String vaultBaseUrl)
List keys in the specified vault.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientCustomImpl.listKeys(String vaultBaseUrl,
Integer maxresults)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustomImpl.listKeysAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustomImpl.listKeysAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientCustomImpl.listKeyVersions(String vaultBaseUrl,
String keyName)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.azure.PagedList<KeyItem> |
KeyVaultClientCustomImpl.listKeyVersions(String vaultBaseUrl,
String keyName,
Integer maxresults)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustomImpl.listKeyVersionsAsync(String vaultBaseUrl,
String keyName,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustomImpl.listKeyVersionsAsync(String vaultBaseUrl,
String keyName,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeysAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeysAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeysNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeysNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeyVersionsAsync(String vaultBaseUrl,
String keyName,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeyVersionsAsync(String vaultBaseUrl,
String keyName,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeyVersionsNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientBaseImpl.getKeyVersionsNextAsync(String nextPageLink,
com.microsoft.rest.ServiceFuture<List<KeyItem>> serviceFuture,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustomImpl.listKeysAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustomImpl.listKeysAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
List keys in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustomImpl.listKeyVersionsAsync(String vaultBaseUrl,
String keyName,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
com.microsoft.rest.ServiceFuture<List<KeyItem>> |
KeyVaultClientCustomImpl.listKeyVersionsAsync(String vaultBaseUrl,
String keyName,
com.microsoft.azure.ListOperationCallback<KeyItem> serviceCallback)
Retrieves a list of individual key versions with the same key name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeletedKeyItem
The deleted key item containing the deleted key metadata and information
about deletion.
|
| Modifier and Type | Method and Description |
|---|---|
KeyItem |
KeyItem.withAttributes(KeyAttributes attributes)
Set the attributes value.
|
KeyItem |
KeyItem.withKid(String kid)
Set the kid value.
|
KeyItem |
KeyItem.withTags(Map<String,String> tags)
Set the tags value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/