| 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 |
|---|---|
StorageBundle |
KeyVaultClientBase.setStorageAccount(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBase.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Creates or updates a new storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBase.setStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
StorageBundle |
KeyVaultClientBase.updateStorageAccount(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBase.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBase.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Updates the specified attributes associated with the given storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBase.updateStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
| Modifier and Type | Method and Description |
|---|---|
StorageBundle |
KeyVaultClientBaseImpl.setStorageAccount(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBaseImpl.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.setStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Creates or updates a new storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBaseImpl.setStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String resourceId,
String activeKeyName,
boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Creates or updates a new storage account.
|
StorageBundle |
KeyVaultClientBaseImpl.updateStorageAccount(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
rx.Observable<StorageBundle> |
KeyVaultClientBaseImpl.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
com.microsoft.rest.ServiceFuture<StorageBundle> |
KeyVaultClientBaseImpl.updateStorageAccountAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags,
com.microsoft.rest.ServiceCallback<StorageBundle> serviceCallback)
Updates the specified attributes associated with the given storage account.
|
rx.Observable<com.microsoft.rest.ServiceResponse<StorageBundle>> |
KeyVaultClientBaseImpl.updateStorageAccountWithServiceResponseAsync(String vaultBaseUrl,
String storageAccountName,
String activeKeyName,
Boolean autoRegenerateKey,
String regenerationPeriod,
StorageAccountAttributes storageAccountAttributes,
Map<String,String> tags)
Updates the specified attributes associated with the given storage account.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountAttributes |
StorageBundle.attributes()
Get the attributes value.
|
StorageAccountAttributes |
StorageAccountItem.attributes()
Get the attributes value.
|
StorageAccountAttributes |
StorageAccountUpdateParameters.storageAccountAttributes()
Get the storageAccountAttributes value.
|
StorageAccountAttributes |
StorageAccountCreateParameters.storageAccountAttributes()
Get the storageAccountAttributes value.
|
StorageAccountAttributes |
StorageAccountAttributes.withEnabled(Boolean enabled)
Set the enabled value.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/