GetAssignmentResult

data class GetAssignmentResult(val azureApiVersion: String, val blueprintId: String? = null, val description: String? = null, val displayName: String? = null, val id: String, val identity: ManagedServiceIdentityResponse, val location: String, val locks: AssignmentLockSettingsResponse? = null, val name: String, val parameters: Map<String, ParameterValueResponse>, val provisioningState: String, val resourceGroups: Map<String, ResourceGroupValueResponse>, val scope: String? = null, val status: AssignmentStatusResponse, val type: String)

Represents a blueprint assignment.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, blueprintId: String? = null, description: String? = null, displayName: String? = null, id: String, identity: ManagedServiceIdentityResponse, location: String, locks: AssignmentLockSettingsResponse? = null, name: String, parameters: Map<String, ParameterValueResponse>, provisioningState: String, resourceGroups: Map<String, ResourceGroupValueResponse>, scope: String? = null, status: AssignmentStatusResponse, 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 blueprintId: String? = null

ID of the published version of a blueprint definition.

Link copied to clipboard
val description: String? = null

Multi-line explain this resource.

Link copied to clipboard
val displayName: String? = null

One-liner string explain this resource.

Link copied to clipboard
val id: String

String Id used to locate any resource on Azure.

Link copied to clipboard

Managed identity for this blueprint assignment.

Link copied to clipboard

The location of this blueprint assignment.

Link copied to clipboard

Defines how resources deployed by a blueprint assignment are locked.

Link copied to clipboard

Name of this resource.

Link copied to clipboard

Blueprint assignment parameter values.

Link copied to clipboard

State of the blueprint assignment.

Link copied to clipboard

Names and locations of resource group placeholders.

Link copied to clipboard
val scope: String? = null

The target subscription scope of the blueprint assignment (format: '/subscriptions/{subscriptionId}'). For management group level assignments, the property is required.

Link copied to clipboard

Status of blueprint assignment. This field is readonly.

Link copied to clipboard

Type of this resource.