ACRPropertiesArgs

data class ACRPropertiesArgs(val registryName: Output<String>? = null, val resourceGroup: Output<String>? = null, val subscriptionId: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<ACRPropertiesArgs>

Class for ACR Properties.

Constructors

Link copied to clipboard
constructor(registryName: Output<String>? = null, resourceGroup: Output<String>? = null, subscriptionId: Output<String>? = null, tenantId: Output<String>? = null)

Properties

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

Gets or sets the azure container registry name.

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

Gets or sets the resource group of the resource.

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

Gets or sets the subscription id of the resource.

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

Gets or sets the tenant id.

Functions

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