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