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 StorageBundleKeyVaultClientBase. 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.StorageBundleKeyVaultClientBase. 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 StorageBundleKeyVaultClientBaseImpl. 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.StorageBundleKeyVaultClientBaseImpl. 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 StorageAccountAttributesStorageAccountItem. attributes()Get the attributes value.StorageAccountAttributesStorageBundle. attributes()Get the attributes value.StorageAccountAttributesStorageAccountCreateParameters. storageAccountAttributes()Get the storageAccountAttributes value.StorageAccountAttributesStorageAccountUpdateParameters. storageAccountAttributes()Get the storageAccountAttributes value.StorageAccountAttributesStorageAccountAttributes. withEnabled(Boolean enabled)Set the enabled value.Methods in com.microsoft.azure.keyvault.models with parameters of type StorageAccountAttributes Modifier and Type Method Description StorageAccountCreateParametersStorageAccountCreateParameters. withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)Set the storageAccountAttributes value.StorageAccountUpdateParametersStorageAccountUpdateParameters. withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)Set the storageAccountAttributes value.
-