IdAssetReferenceResponse

data class IdAssetReferenceResponse(val assetId: String, val referenceType: String)

Reference to an asset via its ARM resource ID.

Constructors

Link copied to clipboard
constructor(assetId: String, referenceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required ARM resource ID of the asset.

Link copied to clipboard

Enum to determine which reference method to use for an asset. Expected value is 'Id'.