Get Assignment Result
data class GetAssignmentResult(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(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)
Properties
Link copied to clipboard
ID of the published version of a blueprint definition.
Link copied to clipboard
Multi-line explain this resource.
Link copied to clipboard
One-liner string explain this resource.
Link copied to clipboard
Managed identity for this blueprint assignment.
Link copied to clipboard
Defines how resources deployed by a blueprint assignment are locked.
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
Status of blueprint assignment. This field is readonly.