GetAssociationResult

data class GetAssociationResult(val azureApiVersion: String, 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(azureApiVersion: String, id: String, name: String, provisioningState: String, targetResourceId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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.