SystemCreatedAcrAccountArgs

data class SystemCreatedAcrAccountArgs(val acrAccountName: Output<String>? = null, val acrAccountSku: Output<String>? = null, val armResourceId: Output<ArmResourceIdArgs>? = null) : ConvertibleToJava<SystemCreatedAcrAccountArgs>

Constructors

Link copied to clipboard
constructor(acrAccountName: Output<String>? = null, acrAccountSku: Output<String>? = null, armResourceId: Output<ArmResourceIdArgs>? = null)

Properties

Link copied to clipboard
val acrAccountName: Output<String>? = null

Name of the ACR account

Link copied to clipboard
val acrAccountSku: Output<String>? = null

SKU of the ACR account

Link copied to clipboard
val armResourceId: Output<ArmResourceIdArgs>? = null

This is populated once the ACR account is created.

Functions

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