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