DelegatedResourceArgs

data class DelegatedResourceArgs(val location: Output<String>? = null, val referralResource: Output<String>? = null, val resourceId: Output<String>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<DelegatedResourceArgs>

Delegated resource properties - internal use only.

Constructors

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

Properties

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

The source resource location - internal use only.

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

The delegation id of the referral delegation (optional) - internal use only.

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

The ARM resource id of the delegated resource - internal use only.

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

The tenant id of the delegated resource - internal use only.

Functions

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