ACRPropertiesResponse

data class ACRPropertiesResponse(val registryName: String? = null, val resourceGroup: String? = null, val subscriptionId: String? = null, val tenantId: String? = null)

Class for ACR Properties.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val registryName: String? = null

Gets or sets the azure container registry name.

Link copied to clipboard
val resourceGroup: String? = null

Gets or sets the resource group of the resource.

Link copied to clipboard
val subscriptionId: String? = null

Gets or sets the subscription id of the resource.

Link copied to clipboard
val tenantId: String? = null

Gets or sets the tenant id.