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
constructor(systemCreatedStorageAccount: Output<SystemCreatedStorageAccountArgs>? = null, userCreatedStorageAccount: Output<UserCreatedStorageAccountArgs>? = null)

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

Functions

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