ACRProperties Response
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
fun ACRPropertiesResponse(registryName: String? = null, resourceGroup: String? = null, subscriptionId: String? = null, tenantId: String? = null)