Storage Account Details Args
data class StorageAccountDetailsArgs(val systemCreatedStorageAccount: Output<SystemCreatedStorageAccountArgs>? = null, val userCreatedStorageAccount: Output<UserCreatedStorageAccountArgs>? = null) : ConvertibleToJava<StorageAccountDetailsArgs>
Details of storage account to be used for the Registry
Constructors
Link copied to clipboard
fun StorageAccountDetailsArgs(systemCreatedStorageAccount: Output<SystemCreatedStorageAccountArgs>? = null, userCreatedStorageAccount: Output<UserCreatedStorageAccountArgs>? = null)