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 StorageAccountUpdateParameters
StorageAccountUpdateParameters. withActiveKeyName(String activeKeyName)
Set the activeKeyName value.StorageAccountUpdateParameters
StorageAccountUpdateParameters. withAutoRegenerateKey(Boolean autoRegenerateKey)
Set the autoRegenerateKey value.StorageAccountUpdateParameters
StorageAccountUpdateParameters. withRegenerationPeriod(String regenerationPeriod)
Set the regenerationPeriod value.StorageAccountUpdateParameters
StorageAccountUpdateParameters. withStorageAccountAttributes(StorageAccountAttributes storageAccountAttributes)
Set the storageAccountAttributes value.StorageAccountUpdateParameters
StorageAccountUpdateParameters. withTags(Map<String,String> tags)
Set the tags value.
-