ContainerGroupProfileReferenceDefinitionArgs

data class ContainerGroupProfileReferenceDefinitionArgs(val id: Output<String>? = null, val revision: Output<Int>? = null) : ConvertibleToJava<ContainerGroupProfileReferenceDefinitionArgs>

The container group profile reference.

Constructors

constructor(id: Output<String>? = null, revision: Output<Int>? = null)

Properties

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

The container group profile reference id.This will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroupProfiles/{containerGroupProfileName}'.

Link copied to clipboard
val revision: Output<Int>? = null

The container group profile reference revision.

Functions

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