StorageAccountDetailsArgs

data class StorageAccountDetailsArgs(val systemCreatedStorageAccount: Output<SystemCreatedStorageAccountArgs>? = null) : ConvertibleToJava<StorageAccountDetailsArgs>

Details of storage account to be used for the Registry

Constructors

Link copied to clipboard
constructor(systemCreatedStorageAccount: Output<SystemCreatedStorageAccountArgs>? = null)

Properties

Link copied to clipboard

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

Functions

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