Acr Details Args
    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)