ApiEntityReferenceArgs

data class ApiEntityReferenceArgs(val id: Output<String>? = null) : ConvertibleToJava<ApiEntityReferenceArgs>

The API entity reference.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null)

Properties

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

The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Functions

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