GetAssociationResult

data class GetAssociationResult(val id: String, val name: String, val provisioningState: String, val targetResourceId: String? = null, val type: String)

The resource definition of this association.

Constructors

Link copied to clipboard
constructor(id: String, name: String, provisioningState: String, targetResourceId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The association id.

Link copied to clipboard

The association name.

Link copied to clipboard

The provisioning state of the association.

Link copied to clipboard

The REST resource instance of the target resource for this association.

Link copied to clipboard

The association type.