AcrDetailsArgs

data class AcrDetailsArgs(val systemCreatedAcrAccount: Output<SystemCreatedAcrAccountArgs>? = null) : ConvertibleToJava<AcrDetailsArgs>

Details of ACR account to be used for the Registry

Constructors

Link copied to clipboard
constructor(systemCreatedAcrAccount: Output<SystemCreatedAcrAccountArgs>? = null)

Properties

Link copied to clipboard

Details of system created ACR account to be used for the Registry

Functions

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