AcrDetailsArgs

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

Details of ACR account to be used for the Registry

Constructors

Link copied to clipboard
fun AcrDetailsArgs(systemCreatedAcrAccount: Output<SystemCreatedAcrAccountArgs>? = null, userCreatedAcrAccount: Output<UserCreatedAcrAccountArgs>? = null)

Functions

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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