ApiEntityReferenceArgs

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

The API entity reference.

Constructors

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

Properties

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

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

Functions

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