Uses of Class
com.microsoft.azure.keyvault.models.StorageAccountAttributes
-
Packages that use StorageAccountAttributes 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 StorageAccountAttributes in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault with parameters of type StorageAccountAttributes Modifier and Type Method 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. -
Uses of StorageAccountAttributes in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation with parameters of type StorageAccountAttributes Modifier and Type Method 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. -
Uses of StorageAccountAttributes in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return StorageAccountAttributes Modifier and Type Method Description StorageAccountAttributes
StorageAccountItem. attributes()
Get the attributes value.StorageAccountAttributes
StorageBundle. attributes()
Get the attributes value.StorageAccountAttributes
StorageAccountCreateParameters. storageAccountAttributes()
Get the storageAccountAttributes value.StorageAccountAttributes
StorageAccountUpdateParameters. storageAccountAttributes()
Get the storageAccountAttributes value.StorageAccountAttributes
StorageAccountAttributes. withEnabled(Boolean enabled)
Set the enabled value.Methods in com.microsoft.azure.keyvault.models with parameters of type StorageAccountAttributes Modifier and Type Method Description StorageAccountCreateParameters
StorageAccountCreateParameters. withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.StorageAccountUpdateParameters
StorageAccountUpdateParameters. withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.
-