StorageAccountDetailsArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): StorageAccountDetailsArgs

Properties

Link copied to clipboard

Details of system created storage account to be used for the registry

Link copied to clipboard

Details of user created storage account to be used for the registry