Uses of Class
com.microsoft.azure.keyvault.models.StorageAccountUpdateParameters
-
Packages that use StorageAccountUpdateParameters Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of StorageAccountUpdateParameters in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return StorageAccountUpdateParameters Modifier and Type Method Description StorageAccountUpdateParametersStorageAccountUpdateParameters. withActiveKeyName(String activeKeyName)Set the activeKeyName value.StorageAccountUpdateParametersStorageAccountUpdateParameters. withAutoRegenerateKey(Boolean autoRegenerateKey)Set the autoRegenerateKey value.StorageAccountUpdateParametersStorageAccountUpdateParameters. withRegenerationPeriod(String regenerationPeriod)Set the regenerationPeriod value.StorageAccountUpdateParametersStorageAccountUpdateParameters. withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)Set the storageAccountAttributes value.StorageAccountUpdateParametersStorageAccountUpdateParameters. withTags(Map<String,String> tags)Set the tags value.
-