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
fun GetAssignmentResult(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)