Storage Account Args
data class StorageAccountArgs(val id: Output<String>, val identity: Output<ResourceIdentityArgs>? = null) : ConvertibleToJava<StorageAccountArgs>
The details about the associated storage account.
The details about the associated storage account.